Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-embed
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
650f668
test-embed
/
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()