ginipick commited on
Commit
7a7453d
·
verified ·
1 Parent(s): 4c55064

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -10
app.py DELETED
@@ -1,10 +0,0 @@
1
- import gradio as gr
2
-
3
- demo = gr.Interface(
4
- fn=lambda: "Hello World",
5
- inputs=None,
6
- outputs="text",
7
- title="Hello World"
8
- )
9
-
10
- demo.launch()