translators-will commited on
Commit
a3bf373
·
verified ·
1 Parent(s): 9fcb20c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -268,4 +268,4 @@ def create_gradio_interface():
268
 
269
  if __name__ == "__main__":
270
  demo = create_gradio_interface()
271
- demo.launch(share=True)
 
268
 
269
  if __name__ == "__main__":
270
  demo = create_gradio_interface()
271
+ demo.launch()