Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,6 @@ demo = gr.Interface(
|
|
36 |
inputs=gr.Image(type="pil"),
|
37 |
outputs=[gr.Label(num_top_classes=len(class_labels)), gr.Number()],
|
38 |
live=True,
|
39 |
-
examples=example_images
|
40 |
)
|
41 |
|
42 |
if __name__ == "__main__":
|
|
|
36 |
inputs=gr.Image(type="pil"),
|
37 |
outputs=[gr.Label(num_top_classes=len(class_labels)), gr.Number()],
|
38 |
live=True,
|
|
|
39 |
)
|
40 |
|
41 |
if __name__ == "__main__":
|