Update app.py
Browse files
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 |
-
|
| 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()
|