Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
abidlabs/test-embed
abidlabs
/
test-embed-main2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5fd6d12
test-embed-main2
/
app.py
abidlabs
HF Staff
Create app.py
650f668
verified
16 days ago
raw
Copy download link
history
blame
Safe
91 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x, gr.Image(
"cheetah.jpg"
), gr.Image()).launch()