encryptd commited on
Commit
6699d29
·
1 Parent(s): b8c0233
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,4 +105,4 @@ with gr.Blocks() as demo:
105
  )
106
 
107
  if __name__ == "__main__":
108
- demo.launch()
 
105
  )
106
 
107
  if __name__ == "__main__":
108
+ demo.launch(server_name="0.0.0.0", server_port=7860)