Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-client-false
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c453bbe
test-client-false
/
app.py
abidlabs
HF Staff
Create app.py
c453bbe
almost 2 years ago
raw
Copy download link
history
blame
Safe
79 Bytes
import
gradio
gr.Interface(
lambda
x:
"Hi, "
+ x,
"textbox"
,
"textbox"
).launch()