Todd Roloff commited on
Commit
5c59f7d
1 Parent(s): 1a4aa1d
Files changed (1) hide show
  1. app.py +0 -9
app.py DELETED
@@ -1,9 +0,0 @@
1
- import gradio as gr
2
-
3
-
4
- def greet(name):
5
- return "Hello " + name + "!!"
6
-
7
-
8
- iface = gr.Interface(fn=greet, inputs="text", outputs="text")
9
- iface.launch()