Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,4 +22,4 @@ def greet(name):
|
|
22 |
|
23 |
# comments
|
24 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
25 |
-
iface.launch()
|
|
|
22 |
|
23 |
# comments
|
24 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
25 |
+
iface.launch(server_name="127.0.0.1")
|