Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -126,4 +126,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|
126 |
app.load(streaming_loop, outputs=[video_output, metrics_output, logs_output, chart_output, status_text])
|
127 |
|
128 |
if __name__ == "__main__":
|
129 |
-
app.launch()
|
|
|
126 |
app.load(streaming_loop, outputs=[video_output, metrics_output, logs_output, chart_output, status_text])
|
127 |
|
128 |
if __name__ == "__main__":
|
129 |
+
app.launch(share=True)
|