Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
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",
|
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(
|