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...
b476fcd
test-blocks
/
app.py
abidlabs
HF Staff
Update app.py
b476fcd
over 3 years ago
raw
Copy download link
history
blame
Safe
70 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"text"
,
"text"
).launch()