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