Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nateraw
/
text-generation-inference
like
1
Runtime error
App
Files
Files
Community
4924897
text-generation-inference
/
app.py
nateraw
Create app.py
ea62ba7
over 1 year ago
raw
Copy download link
history
blame
Safe
83 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:
f"hello,
{x}
"
,
"text"
,
"text"
).launch()