23A066X commited on
Commit
b1182e3
1 Parent(s): ea79ead

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ import os
15
  def greet(name):
16
  return "Hello " + name + "!!"
17
 
18
- iface = gr.Interface(fn=greet, inputs="text", outputs="text")
19
- iface.launch()
20
 
21
 
22
 
 
15
  def greet(name):
16
  return "Hello " + name + "!!"
17
 
18
+ #iface = gr.Interface(fn=greet, inputs="text", outputs="text")
19
+ #iface.launch()
20
 
21
 
22