From 0e2518567d40d2de9d5083da499c3859fdc41aa1 Mon Sep 17 00:00:00 2001 From: Xavi Vinaixa Date: Mon, 5 Jun 2023 08:18:27 +0200 Subject: [PATCH] Compatibility with Google Colab --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 75c1a21..8600c8f 100644 --- a/app.py +++ b/app.py @@ -48,4 +48,4 @@ with gr.Blocks() as demo: button.click(fn=run,inputs=[video]+origin+destination+thresholds,outputs=[video2]) #demo.launch(share=True,server_name="0.0.0.0", show_error=True) -demo.queue().launch(show_error=True,debug=True,share=True) \ No newline at end of file +demo.queue().launch(show_error=True,share=True) \ No newline at end of file