Arkm20 commited on
Commit
8158bd4
1 Parent(s): 052f068

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,4 +119,4 @@ iface = gr.Interface(
119
  )
120
 
121
  if __name__ == "__main__":
122
- iface.launch()
 
119
  )
120
 
121
  if __name__ == "__main__":
122
+ iface.launch(server_name="0.0.0.0", server_port=7860)