ford442 commited on
Commit
9107160
·
verified ·
1 Parent(s): b7561ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 90 Seconds", scale=0)
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():