Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-dark
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test-dark
/
app.py
abidlabs
HF Staff
Create app.py
67fe359
verified
15 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
70 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"text"
,
"text"
).launch()