Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
f45b448
1
Parent(s):
ebfc6ec
Update app.py
Browse files
app.py
CHANGED
@@ -70,6 +70,7 @@ examples = [
|
|
70 |
|
71 |
with gr.Blocks(css=css) as demo:
|
72 |
with gr.Column(elem_id="col-container"):
|
|
|
73 |
gr.Markdown("Create GIFs with Flux-dev. Based on @fofr's [tweet](https://x.com/fofrAI/status/1828910395962343561).")
|
74 |
gr.Markdown("For better results include a description of the motion in your prompt")
|
75 |
with gr.Row():
|
|
|
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():
|