yqcyqc commited on
Commit
05de69c
·
verified ·
1 Parent(s): 81d3d81

Delete test.py

Browse files
Files changed (1) hide show
  1. test.py +0 -12
test.py DELETED
@@ -1,12 +0,0 @@
1
- import gradio as gr
2
- def greet(name):
3
- return "Hello " + name + "!"
4
-
5
-
6
- demo = gr.Interface(
7
- fn=greet,
8
- inputs="textbox",
9
- outputs="textbox"
10
- )
11
-
12
- demo.launch(share=True)