Schmucas commited on
Commit
dbc44b1
·
verified ·
1 Parent(s): 63c7bd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,3 +1,7 @@
1
  import gradio as gr
2
 
 
 
 
 
3
  gr.load("models/Schmucas/horse_jump_model").launch()
 
1
  import gradio as gr
2
 
3
+ examples = ['horse_jumping.jpg', 'horse_waling.jpg', 'dog.jpg']
4
+
5
+ gr.Interface(examples=examples)
6
+
7
  gr.load("models/Schmucas/horse_jump_model").launch()