Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,8 +57,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 57 |
|
| 58 |
with gr.Column(elem_id="col-container"):
|
| 59 |
gr.Markdown(f"""
|
| 60 |
-
# AuraFlow
|
| 61 |
-
|
| 62 |
""")
|
| 63 |
|
| 64 |
with gr.Row():
|
|
@@ -126,7 +126,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 126 |
minimum=1,
|
| 127 |
maximum=50,
|
| 128 |
step=1,
|
| 129 |
-
value=
|
| 130 |
)
|
| 131 |
|
| 132 |
gr.Examples(
|
|
|
|
| 57 |
|
| 58 |
with gr.Column(elem_id="col-container"):
|
| 59 |
gr.Markdown(f"""
|
| 60 |
+
# AuraFlow 0.1
|
| 61 |
+
Demo of the [AuraFlow](https://huggingface.co/fal/AuraFlow) model, fully open sourced 5.6B parameters MMDiT model
|
| 62 |
""")
|
| 63 |
|
| 64 |
with gr.Row():
|
|
|
|
| 126 |
minimum=1,
|
| 127 |
maximum=50,
|
| 128 |
step=1,
|
| 129 |
+
value=28,
|
| 130 |
)
|
| 131 |
|
| 132 |
gr.Examples(
|