Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -173,4 +173,4 @@ gr.Interface(get_imgs, inputs=[content, style], outputs=["image"],
|
|
173 |
title=title,
|
174 |
description=description,
|
175 |
article=article,
|
176 |
-
examples=[["base.jpg", "style.jpg"]]).launch(enable_queue=True)
|
|
|
173 |
title=title,
|
174 |
description=description,
|
175 |
article=article,
|
176 |
+
examples=[["base.jpg", "style.jpg"]]).launch(enable_queue=True, cache_examples=True)
|