Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks(css=css) as demo:
|
|
87 |
|
88 |
with gr.Column(elem_id="col-container"):
|
89 |
gr.Markdown(f"""
|
90 |
-
# AuraFlow 0.
|
91 |
Demo of the [AuraFlow 0.2](https://huggingface.co/fal/AuraFlow) 6.8B parameters open source diffusion transformer model
|
92 |
[[blog](https://blog.fal.ai/auraflow/)] [[model](https://huggingface.co/fal/AuraFlow)] [[fal](https://fal.ai/models/fal-ai/aura-flow)]
|
93 |
""")
|
@@ -109,7 +109,7 @@ with gr.Blocks(css=css) as demo:
|
|
109 |
with gr.Accordion("Advanced Settings", open=False):
|
110 |
|
111 |
model_version = gr.Dropdown(
|
112 |
-
["0.1", "0.2"], label="Model version", value="0.
|
113 |
)
|
114 |
|
115 |
negative_prompt = gr.Text(
|
|
|
87 |
|
88 |
with gr.Column(elem_id="col-container"):
|
89 |
gr.Markdown(f"""
|
90 |
+
# AuraFlow 0.2
|
91 |
Demo of the [AuraFlow 0.2](https://huggingface.co/fal/AuraFlow) 6.8B parameters open source diffusion transformer model
|
92 |
[[blog](https://blog.fal.ai/auraflow/)] [[model](https://huggingface.co/fal/AuraFlow)] [[fal](https://fal.ai/models/fal-ai/aura-flow)]
|
93 |
""")
|
|
|
109 |
with gr.Accordion("Advanced Settings", open=False):
|
110 |
|
111 |
model_version = gr.Dropdown(
|
112 |
+
["0.1", "0.2"], label="Model version", value="0.2"
|
113 |
)
|
114 |
|
115 |
negative_prompt = gr.Text(
|