Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -385,7 +385,7 @@ with gr.Blocks(theme=gr.themes.Origin(),css=css) as demo:
|
|
385 |
run_button_30 = gr.Button("Run 30 Seconds", scale=0)
|
386 |
run_button_60 = gr.Button("Run 60 Seconds", scale=0)
|
387 |
run_button_90 = gr.Button("Run 90 Seconds", scale=0)
|
388 |
-
run_button_api = gr.Button("Run
|
389 |
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
390 |
|
391 |
with gr.Row():
|
|
|
385 |
run_button_30 = gr.Button("Run 30 Seconds", scale=0)
|
386 |
run_button_60 = gr.Button("Run 60 Seconds", scale=0)
|
387 |
run_button_90 = gr.Button("Run 90 Seconds", scale=0)
|
388 |
+
run_button_api = gr.Button("Run API", scale=0)
|
389 |
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
390 |
|
391 |
with gr.Row():
|