CarlosMF HF staff commited on
Commit
0564199
1 Parent(s): 333911f

Delete Test Gradio

Browse files
Files changed (1) hide show
  1. Test Gradio +0 -8
Test Gradio DELETED
@@ -1,8 +0,0 @@
1
- import gradio as gr
2
-
3
- def greet(name):
4
- return "Hello " + name + "!"
5
-
6
- demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
- if __name__ == "__main__":
8
- demo.launch()