chris-rannou HF Staff commited on
Commit
749415f
·
verified ·
1 Parent(s): ce5e6d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")