Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,5 +31,5 @@ def predict(image):
|
|
31 |
|
32 |
gr.Interface(fn=predict,
|
33 |
inputs=gr.Image(),
|
34 |
-
outputs=[gr.Label(num_top_classes=3), gr.
|
35 |
examples='1.jpg 2.jpg'.split(' ')).launch()
|
|
|
31 |
|
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 2.jpg'.split(' ')).launch()
|