Laughify commited on
Commit
7e48897
Β·
1 Parent(s): 9224595

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -6,4 +6,6 @@ def greet(name):
6
  return "Hello " + name + "!!"
7
 
8
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
9
- iface.launch()
 
 
 
6
  return "Hello " + name + "!!"
7
 
8
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
9
+ iface.launch()
10
+
11
+ git add app.py $git commit -m "Add application file" $git push