aliabd HF Staff commited on
Commit
f973c2c
·
1 Parent(s): 6dc48ec

Delete app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py DELETED
@@ -1,6 +0,0 @@
1
- import gradio as gr
2
-
3
- with gr.Blocks() as demo:
4
- gr.Image(interactive=True)
5
-
6
- demo.launch()