Spaces:
Runtime error
Runtime error
stanley
commited on
Commit
·
b0792f0
1
Parent(s):
0682467
2min
Browse files
app.py
CHANGED
@@ -865,7 +865,7 @@ with blocks as demo:
|
|
865 |
frame = gr.HTML(test(2), visible=RUN_IN_SPACE)
|
866 |
# setup
|
867 |
|
868 |
-
setup_button = gr.Button("Click to Start", variant="primary")
|
869 |
|
870 |
|
871 |
if not RUN_IN_SPACE:
|
|
|
865 |
frame = gr.HTML(test(2), visible=RUN_IN_SPACE)
|
866 |
# setup
|
867 |
|
868 |
+
setup_button = gr.Button("Click to Start (can take ~2min)", variant="primary")
|
869 |
|
870 |
|
871 |
if not RUN_IN_SPACE:
|