Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks(css=css) as demo:
|
|
76 |
|
77 |
with gr.Column(elem_id="col-container"):
|
78 |
gr.Markdown(f"""
|
79 |
-
# FLUX Animations
|
80 |
Generate gifs with FLUX [dev]. Concept idea by [fofr](https://x.com/fofrAI). Diffusers implementation by [Dhruv](_DhruvNair_)
|
81 |
""")
|
82 |
|
|
|
76 |
|
77 |
with gr.Column(elem_id="col-container"):
|
78 |
gr.Markdown(f"""
|
79 |
+
# FLUX Gif Animations
|
80 |
Generate gifs with FLUX [dev]. Concept idea by [fofr](https://x.com/fofrAI). Diffusers implementation by [Dhruv](_DhruvNair_)
|
81 |
""")
|
82 |
|