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...
90fc46b
test-client-replica
/
app.py
abidlabs
HF Staff
Update app.py
90fc46b
almost 2 years ago
raw
Copy download link
history
blame
Safe
86 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:
"cheetah.jpg"
,
"textbox"
,
"image"
).launch()