Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-blocks
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6796372
test-blocks
/
app.py
abidlabs
HF Staff
Create app.py
6796372
over 3 years ago
raw
Copy download link
history
blame
49 Bytes
gr.Interface(
lambda
x:x,
"text"
,
"text"
).launch()