chris-rannou HF Staff commited on
Commit
ba82d95
·
verified ·
1 Parent(s): 18ce42b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ def greet(name):
18
 
19
  # comment 2
20
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
21
- # iface.launch()
 
18
 
19
  # comment 2
20
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
21
+ iface.launch()