sugiv commited on
Commit
55d59b7
·
1 Parent(s): 8fc1136

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()
 
217
  )
218
 
219
  if __name__ == "__main__":
220
+ demo.launch(share=True, server_name="0.0.0.0", server_port=7860, enable_cors=True)