vlf2444 commited on
Commit
2c8c5b6
·
1 Parent(s): cdd5592
Files changed (1) hide show
  1. app.py +0 -9
app.py DELETED
@@ -1,9 +0,0 @@
1
- import gradio as gr
2
-
3
- def greet(name):
4
- return "Hello " + name + "!"
5
-
6
- demo = gr.Interface(fn=greet, inputs="textbox", outputs="textbox")
7
-
8
- if __name__ == "__main__":
9
- demo.launch(share = True)