fangshengren commited on
Commit
90ec97f
1 Parent(s): 8ee1631
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ def greet(name):
23
 
24
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
25
 
26
- iface.launch(server_name='0.0.0.0', server_port=23677)
 
23
 
24
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
25
 
26
+ iface.launch(server_name='0.0.0.0', server_port=23678)