SaintPepe commited on
Commit
a266d8a
1 Parent(s): 4c8b713

Update Gradio app.py

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