Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aliabd
/
test-space
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test-space
File size: 82 Bytes
6b11491
1
2
3
import
gradio
as
gr gr.Interface(
lambda
x:
"hello "
+ x,
"text"
,
"text"
).launch()