drewThomasson commited on
Commit
b992e01
·
verified ·
1 Parent(s): d11c21a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -333,4 +333,4 @@ def build_gradio_ui():
333
 
334
  if __name__ == "__main__":
335
  ui = build_gradio_ui()
336
- ui.launch(debug=True)
 
333
 
334
  if __name__ == "__main__":
335
  ui = build_gradio_ui()
336
+ ui.launch(debug=True, server_name="0.0.0.0", server_port=7860)