Lerik commited on
Commit
c1f7f12
·
verified ·
1 Parent(s): f81ec2a
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ interface = gr.Interface.load("huggingface/Lerik/cat_vs_dog_recognition")
4
+ interface.launch()