aliabd commited on
Commit
db68eed
·
1 Parent(s): c5c883e

Delete app.py with huggingface_hub

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.Blocks()
4
-
5
- with demo:
6
- gr.Textbox("Hello")
7
- gr.Number(5)
8
-
9
- if __name__ == "__main__":
10
- demo.launch()