hank1229 commited on
Commit
3fa03d2
·
verified ·
1 Parent(s): fdc5c87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -66,4 +66,5 @@ iface = gr.Interface(
66
  )
67
 
68
  if __name__ == "__main__":
69
- iface.launch()
 
 
66
  )
67
 
68
  if __name__ == "__main__":
69
+ iface.launch(server_name="0.0.0.0", share=True)
70
+