Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -321,4 +321,4 @@ with gr.Blocks() as demo:
|
|
321 |
process_button.click(process_video, inputs=[confidence_threshold, selected_classes, stream_url, target_fps], outputs=[output_image, error_box])
|
322 |
|
323 |
# Launch the interface
|
324 |
-
demo.launch(debug=True)
|
|
|
321 |
process_button.click(process_video, inputs=[confidence_threshold, selected_classes, stream_url, target_fps], outputs=[output_image, error_box])
|
322 |
|
323 |
# Launch the interface
|
324 |
+
demo.launch(debug=True)
|