Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
horse_jump_model = gr.load("models/Schmucas/horse_jump_model")
|
4 |
|
5 |
-
examples = ['horse_jumping.jpg', '
|
6 |
|
7 |
interface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
8 |
|
|
|
2 |
|
3 |
horse_jump_model = gr.load("models/Schmucas/horse_jump_model")
|
4 |
|
5 |
+
examples = ['horse_jumping.jpg', 'horse_walking.jpg', 'dog.jpg']
|
6 |
|
7 |
interface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
8 |
|