fffiloni commited on
Commit
9b98523
1 Parent(s): 1cd3497

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ with gr.Blocks() as demo:
28
  with gr.Column():
29
  with gr.Row():
30
  with gr.Column():
31
- run.btn = gr.Button("Run")
32
  with gr.Column():
33
  output_video = gr.Video()
34
 
 
28
  with gr.Column():
29
  with gr.Row():
30
  with gr.Column():
31
+ run_btn = gr.Button("Run")
32
  with gr.Column():
33
  output_video = gr.Video()
34