edbeeching commited on
Commit
174a6bc
·
1 Parent(s): 61d5b4a

add banner

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -556,6 +556,7 @@ def main():
556
  print("Model parameter caching complete.")
557
 
558
  with gr.Blocks(title="Synthetic Data Generation") as demo:
 
559
  gr.HTML("<h3 style='text-align:center'>Generate synthetic data with AI models. Free to use! Sign up for PRO benefits (10k samples vs 100). <a href='http://huggingface.co/subscribe/pro?source=synthetic-data-universe' target='_blank'>Upgrade to PRO</a></h3>", elem_id="sub_title")
560
 
561
  # Add sign-in button at the top
 
556
  print("Model parameter caching complete.")
557
 
558
  with gr.Blocks(title="Synthetic Data Generation") as demo:
559
+ gr.Image("dataforge.png", show_label=False, show_download_button=False, container=False, height=200)
560
  gr.HTML("<h3 style='text-align:center'>Generate synthetic data with AI models. Free to use! Sign up for PRO benefits (10k samples vs 100). <a href='http://huggingface.co/subscribe/pro?source=synthetic-data-universe' target='_blank'>Upgrade to PRO</a></h3>", elem_id="sub_title")
561
 
562
  # Add sign-in button at the top