Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1075,7 +1075,7 @@ if __name__ == "__main__":
|
|
1075 |
images_state,
|
1076 |
preview_gallery
|
1077 |
],
|
1078 |
-
cache_examples=
|
1079 |
label="Examples"
|
1080 |
)
|
1081 |
|
|
|
1075 |
images_state,
|
1076 |
preview_gallery
|
1077 |
],
|
1078 |
+
cache_examples='lazy',
|
1079 |
label="Examples"
|
1080 |
)
|
1081 |
|