Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
abidlabs/hello-world-file
abidlabs
/
hello-world-file2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
605529d
hello-world-file2
/
app.py
abidlabs
HF Staff
Update app.py
605529d
over 1 year ago
raw
Copy download link
history
blame
Safe
123 Bytes
import
gradio
as
gr
io = gr.Interface(
lambda
x:x, gr.Image(
type
=
"filepath"
), gr.Textbox())
app, local, share = io.launch()