Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gradio/image_component
multimodalart
/
image_component_latest
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aliabd
HF Staff
commited on
Oct 14, 2022
Commit
f973c2c
·
1 Parent(s):
6dc48ec
Delete app.py with huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+0
-6
app.py
DELETED
Viewed
@@ -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()