cerulianx commited on
Commit
b4f6d08
1 Parent(s): 677cde7

Update appfile

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