Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
share-test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cec5853
share-test
/
app.py
abidlabs
HF Staff
Create app.py
33dd90b
almost 2 years ago
raw
Copy download link
history
blame
Safe
82 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"image"
,
"image"
).launch(share=
True
)