Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
abidlabs/test-client-false
abidlabs
/
test-client-replica
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
070617a
test-client-replica
/
app.py
abidlabs
HF Staff
Update app.py
d06fa8a
almost 2 years ago
raw
Copy download link
history
blame
Safe
85 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:
"cheetah.jpg"
,
"textbox"
,
"file"
).launch()