sugiv commited on
Commit
3de40eb
·
1 Parent(s): 55d59b7

Enabling share and CORS support

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -217,4 +217,4 @@ demo = gr.TabbedInterface(
217
  )
218
 
219
  if __name__ == "__main__":
220
- demo.launch(share=True, server_name="0.0.0.0", server_port=7860, enable_cors=True)
 
217
  )
218
 
219
  if __name__ == "__main__":
220
+ demo.launch(share=True)