Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-deep-link
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
210155c
test-deep-link
/
app.py
abidlabs
HF Staff
Create app.py
4a7d417
verified
3 months ago
raw
Copy download link
history
blame
78 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x+x,
"textbox"
,
"textbox"
).launch()