ydshieh HF staff commited on
Commit
95a3693
1 Parent(s): 1ff1aaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -308,7 +308,7 @@ def main():
308
  outputs=[image_output, text_output1, entity_output],
309
  show_progress=True, queue=True)
310
 
311
- demo.launch(share=True)
312
 
313
 
314
  if __name__ == "__main__":
 
308
  outputs=[image_output, text_output1, entity_output],
309
  show_progress=True, queue=True)
310
 
311
+ demo.launch(share=False)
312
 
313
 
314
  if __name__ == "__main__":