Spaces:
Runtime error
Runtime error
Commit
·
90ec97f
1
Parent(s):
8ee1631
change2
Browse files
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=
|
|
|
23 |
|
24 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
25 |
|
26 |
+
iface.launch(server_name='0.0.0.0', server_port=23678)
|