yakine commited on
Commit
44b5315
·
verified ·
1 Parent(s): 41cba70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,5 +130,5 @@ iface = gr.Interface(
130
  iface.api_name = "generate"
131
 
132
  # Run the Gradio app
133
- iface.launch(server_name="0.0.0.0", server_port=7861)
134
 
 
130
  iface.api_name = "generate"
131
 
132
  # Run the Gradio app
133
+ iface.launch(server_name="0.0.0.0", server_port=7860)
134