RafaelJaime commited on
Commit
351c6da
·
1 Parent(s): 473570b

remove share from app

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -308,7 +308,6 @@ if __name__ == "__main__":
308
  demo = create_gradio_interface()
309
  demo.launch(
310
  server_name="0.0.0.0",
311
- server_port=7860,
312
- share=True,
313
  show_error=True
314
  )
 
308
  demo = create_gradio_interface()
309
  demo.launch(
310
  server_name="0.0.0.0",
311
+ server_port=7860,
 
312
  show_error=True
313
  )