edbeeching commited on
Commit
1d1714f
·
1 Parent(s): f26c786

fix banner name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -543,7 +543,7 @@ def main():
543
  print("Model parameter caching complete.")
544
 
545
  with gr.Blocks(title="DataForge - Synthetic Data Generation") as demo:
546
- gr.Image("dataforge.png", show_label=False, show_download_button=False, container=False, height=300)
547
  # Store the current oauth token for use in submit_request
548
  current_oauth_token = gr.State(None)
549
  with gr.Row():
 
543
  print("Model parameter caching complete.")
544
 
545
  with gr.Blocks(title="DataForge - Synthetic Data Generation") as demo:
546
+ gr.Image("dataforge_banner.png", show_label=False, show_download_button=False, container=False, height=300)
547
  # Store the current oauth token for use in submit_request
548
  current_oauth_token = gr.State(None)
549
  with gr.Row():