mayukhdeb commited on
Commit
7007f4c
·
1 Parent(s): 423ed8f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ def metaseg_app():
235
 
236
 
237
  app.queue(concurrency_count=1)
238
- app.launch(debug=True, enable_queue=True)
239
 
240
 
241
  if __name__ == "__main__":
 
235
 
236
 
237
  app.queue(concurrency_count=1)
238
+ app.launch(debug=True, enable_queue=True, share=True)
239
 
240
 
241
  if __name__ == "__main__":