Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Lerik
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test
/
app.py
Lerik
test
c1f7f12
verified
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
113 Bytes
import
gradio
as
gr
interface = gr.Interface.load(
"huggingface/Lerik/cat_vs_dog_recognition"
)
interface.launch()