akhaliq HF staff commited on
Commit
b78d94b
1 Parent(s): d0270dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,6 +48,6 @@ with gr.Blocks() as demo:
48
  with gr.Column():
49
  label = gr.Textbox(label="Predicted Label")
50
 
51
- translate_btn.click(inference, inputs=video, outputs=label)
52
 
53
  demo.launch()
 
48
  with gr.Column():
49
  label = gr.Textbox(label="Predicted Label")
50
 
51
+ btn.click(inference, inputs=video, outputs=label)
52
 
53
  demo.launch()