Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
hello-world-with-queue
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
89b7985
hello-world-with-queue
/
app.py
abidlabs
HF Staff
Create app.py
89b7985
over 2 years ago
raw
Copy download link
history
blame
Safe
94 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x +
"Hello"
,
"textbox"
,
"textbox"
).queue().launch()