Spaces:
Sleeping
Sleeping
Commit
·
0ae36e9
1
Parent(s):
62bf166
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,5 @@ gr.Interface(fn=classify_image,
|
|
59 |
outputs=outputs,
|
60 |
title=title,
|
61 |
examples=["00_plane.jpg", "01_car.jpg", "02_bird.jpg", "03_cat.jpg", "04_deer.jpg"],
|
62 |
-
cache_examples = True
|
63 |
css=css_code,
|
64 |
description=description).launch()
|
|
|
59 |
outputs=outputs,
|
60 |
title=title,
|
61 |
examples=["00_plane.jpg", "01_car.jpg", "02_bird.jpg", "03_cat.jpg", "04_deer.jpg"],
|
|
|
62 |
css=css_code,
|
63 |
description=description).launch()
|