Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,4 +32,4 @@ def predict(image):
|
|
32 |
gr.Interface(fn=predict,
|
33 |
inputs=gr.Image(),
|
34 |
outputs=[gr.Label(num_top_classes=3), gr.Textbox('infer',label='Inference Time')],
|
35 |
-
examples='1.jpg
|
|
|
32 |
gr.Interface(fn=predict,
|
33 |
inputs=gr.Image(),
|
34 |
outputs=[gr.Label(num_top_classes=3), gr.Textbox('infer',label='Inference Time')],
|
35 |
+
examples='1.jpg cat.jpg'.split(' ')).launch()
|