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...
b39e156
test-client-false
/
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()