Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-cors
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
db828f9
test-cors
/
app.py
abidlabs
HF Staff
Create app.py
aa119a0
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
76 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"textbox"
,
"textbox"
).launch()