Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
simple_gallery
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
simple_gallery
/
app.py
abidlabs
HF Staff
Update app.py
72f9708
about 3 years ago
raw
Copy download link
history
blame
contribute
delete
93 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x: [
"cheetah1.jpg"
],
"textbox"
,
"gallery"
).launch()