dn6 HF staff commited on
Commit
cdf129c
1 Parent(s): 5ecae80
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks(css=css) as demo:
71
  gr.Markdown("Create GIFs with Flux-dev. Based on @fofr's [tweet](https://x.com/fofrAI/status/1828910395962343561)")
72
  with gr.Row():
73
  prompt = gr.Text("Prompt", show_label=False, max_lines=1, placeholder="Enter your prompt")
74
- submit = gr.Button("Submit", show_label=False)
75
 
76
  with gr.Accordion("Advanced Settings", open=False):
77
  seed = gr.Slider(
 
71
  gr.Markdown("Create GIFs with Flux-dev. Based on @fofr's [tweet](https://x.com/fofrAI/status/1828910395962343561)")
72
  with gr.Row():
73
  prompt = gr.Text("Prompt", show_label=False, max_lines=1, placeholder="Enter your prompt")
74
+ submit = gr.Button("Submit", scale=0)
75
 
76
  with gr.Accordion("Advanced Settings", open=False):
77
  seed = gr.Slider(