Alessio Grancini
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -357,4 +357,4 @@ if __name__ == "__main__":
|
|
| 357 |
options_checkbox_vid.change(update_segmentation_options, options_checkbox_vid, [])
|
| 358 |
conf_thres_vid.change(update_confidence_threshold, conf_thres_vid, [])
|
| 359 |
|
| 360 |
-
my_app.queue(max_size=20).launch()
|
|
|
|
| 357 |
options_checkbox_vid.change(update_segmentation_options, options_checkbox_vid, [])
|
| 358 |
conf_thres_vid.change(update_confidence_threshold, conf_thres_vid, [])
|
| 359 |
|
| 360 |
+
my_app.queue(max_size=20).launch(share=True) # Add share=True here
|