Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
multimodalart
/
grFileBug
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7e43048
grFileBug
/
app.py
multimodalart
HF Staff
Create app.py
7e43048
over 2 years ago
raw
Copy download link
history
blame
165 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.File(label=
"Test"
, file_count=
"multiple"
, interactive=
True
, visible=visible, file_types=
"image"
)
demo.launch()