Update app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,7 @@ demo = gr.Interface(
|
|
36 |
inputs=gr.Image(type="pil"),
|
37 |
outputs=[gr.Label(num_top_classes=len(class_labels)), gr.Number()],
|
38 |
examples=example_images,
|
|
|
39 |
live=True,
|
40 |
article = "Author: <a href=\"https://www.linkedin.com/in/anna-maria-nau/\">Anna-Maria Nau</a>"
|
41 |
)
|
|
|
36 |
inputs=gr.Image(type="pil"),
|
37 |
outputs=[gr.Label(num_top_classes=len(class_labels)), gr.Number()],
|
38 |
examples=example_images,
|
39 |
+
cache_examples=False,
|
40 |
live=True,
|
41 |
article = "Author: <a href=\"https://www.linkedin.com/in/anna-maria-nau/\">Anna-Maria Nau</a>"
|
42 |
)
|