Spaces:
aiqtech
/
Running on Zero

aiqtech commited on
Commit
6a351a3
1 Parent(s): b701585

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -70,9 +70,7 @@ examples = [
70
 
71
  with gr.Blocks(css=css) as demo:
72
  with gr.Column(elem_id="col-container"):
73
- gr.Markdown("# FLUX Gif Generator")
74
- gr.Markdown("Create GIFs with Flux-dev. Based on @fofr's [tweet](https://x.com/fofrAI/status/1828910395962343561).")
75
- gr.Markdown("For better results include a description of the motion in your prompt")
76
  with gr.Row():
77
  prompt = gr.Text(label="Prompt", show_label=False, max_lines=1, placeholder="Enter your prompt")
78
  submit = gr.Button("Submit", scale=0)
 
70
 
71
  with gr.Blocks(css=css) as demo:
72
  with gr.Column(elem_id="col-container"):
73
+
 
 
74
  with gr.Row():
75
  prompt = gr.Text(label="Prompt", show_label=False, max_lines=1, placeholder="Enter your prompt")
76
  submit = gr.Button("Submit", scale=0)