Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ with gr.Blocks() as demo:
|
|
134 |
image_input.change(predict, inputs=image_input, outputs=[output, more_info])
|
135 |
|
136 |
# Example images
|
137 |
-
gr.Examples(examples=examples, inputs=image_input, outputs=output, fn=predict, label="Ảnh chạy thử", cache_examples)
|
138 |
|
139 |
# Accordion for supported snake species
|
140 |
with gr.Accordion(f"Danh sách {len(overlap_list)} loài rắn ở Việt Nam được hỗ trợ", open=False):
|
|
|
134 |
image_input.change(predict, inputs=image_input, outputs=[output, more_info])
|
135 |
|
136 |
# Example images
|
137 |
+
gr.Examples(examples=examples, inputs=image_input, outputs=output, fn=predict, label="Ảnh chạy thử", cache_examples=False)
|
138 |
|
139 |
# Accordion for supported snake species
|
140 |
with gr.Accordion(f"Danh sách {len(overlap_list)} loài rắn ở Việt Nam được hỗ trợ", open=False):
|