SaintPepe commited on
Commit
7429db4
1 Parent(s): e046bdd

Delete Gradio app.py

Browse files
Files changed (1) hide show
  1. Gradio app.py +0 -10
Gradio app.py DELETED
@@ -1,10 +0,0 @@
1
- import gradio as gr
2
-
3
- def greet(name):
4
- return "Hello " + name + "!!"
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