Commit
•
80f499e
1
Parent(s):
b39d4ca
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,8 @@ with gr.Blocks(css=css) as demo:
|
|
71 |
with gr.Column(elem_id="col-container"):
|
72 |
gr.Markdown(f"""
|
73 |
# AuraFlow 0.1
|
74 |
-
Demo of the [AuraFlow 0.1](https://huggingface.co/fal/AuraFlow) 5.6B parameters open source diffusion transformer model
|
|
|
75 |
""")
|
76 |
|
77 |
with gr.Row():
|
|
|
71 |
with gr.Column(elem_id="col-container"):
|
72 |
gr.Markdown(f"""
|
73 |
# AuraFlow 0.1
|
74 |
+
Demo of the [AuraFlow 0.1](https://huggingface.co/fal/AuraFlow) 5.6B parameters open source diffusion transformer model
|
75 |
+
[[blog](https://blog.fal.ai/auraflow/)][[model](https://huggingface.co/fal/AuraFlow)][[fal](https://fal.ai/models/fal-ai/aura-flow)]
|
76 |
""")
|
77 |
|
78 |
with gr.Row():
|