GetmanY1 commited on
Commit
200b48f
·
verified ·
1 Parent(s): 1f69d7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ gradio_app = gr.Interface(
31
  )
32
 
33
  if __name__ == "__main__":
34
- gradio_app.launch()
 
31
  )
32
 
33
  if __name__ == "__main__":
34
+ gradio_app.launch(server_name="0.0.0.0", server_port=7860)