LoneWolfgang commited on
Commit
9997982
·
1 Parent(s): 01bfc89
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -113,4 +113,5 @@ demo = gr.Interface(
113
  )
114
 
115
  if __name__ == "__main__":
116
- demo.launch()
 
 
113
  )
114
 
115
  if __name__ == "__main__":
116
+ demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
117
+