Hugging Face
Models
Datasets
Spaces
Buckets
new
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...
Lerik
commited on
Jan 19, 2024
Commit
c1f7f12
·
verified
·
1 Parent(s):
f81ec2a
test
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
3
+
interface = gr.Interface.load("huggingface/Lerik/cat_vs_dog_recognition")
4
+
interface.launch()