Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
boino2006
/
zero
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
zero
/
app.py
boino2006
Update app.py
b3dab7b
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
93 Bytes
import
gradio
as
gr
app = gr.Interface(
lambda
x: x,
"image"
,
"image"
)
app.launch(share=
True
)