Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
abidlabs/test-client-false
abidlabs
/
test-client-false2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3afe8ca
test-client-false2
/
app.py
abidlabs
HF Staff
Update app.py
3afe8ca
almost 2 years ago
raw
Copy download link
history
blame
Safe
101 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:
"Hi, "
+ x,
"textbox"
,
"textbox"
, api_name=
False
).launch()