Spaces:
Running
on
Zero
Running
on
Zero
update app (#23)
Browse files- update app (45353d011c605bcf71358466fcb6c839c1bb0871)
app.py
CHANGED
|
@@ -476,7 +476,7 @@ with gr.Blocks(theme="bethecloud/storj_theme", css=css, delete_cache=(240, 240))
|
|
| 476 |
value="Base (50 steps)",
|
| 477 |
)
|
| 478 |
|
| 479 |
-
speed_status = gr.Markdown("Base mode selected", elem_id="speed_status")
|
| 480 |
|
| 481 |
with gr.Row():
|
| 482 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
|
| 476 |
value="Base (50 steps)",
|
| 477 |
)
|
| 478 |
|
| 479 |
+
speed_status = gr.Markdown("Base mode selected - 50 steps for best quality", elem_id="speed_status")
|
| 480 |
|
| 481 |
with gr.Row():
|
| 482 |
with gr.Accordion("Advanced Settings", open=False):
|