junma commited on
Commit
2088d61
1 Parent(s): e179f4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,5 +101,5 @@ unicell_api = gr.Interface(
101
  examples=['demo.png', 'demo.tif']
102
  )
103
 
104
- unicell_api.launch(share=True)
105
 
 
101
  examples=['demo.png', 'demo.tif']
102
  )
103
 
104
+ unicell_api.launch()
105