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
/
app.py
aliabd
HF Staff
Create app.py
6b11491
almost 4 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
82 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:
"hello "
+ x,
"text"
,
"text"
).launch()