Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -160,7 +160,6 @@ with gr.Blocks(title='🖼️ Neural Style Transfer') as demo:
|
|
160 |
],
|
161 |
inputs=[content_image, style_dropdown, style_strength],
|
162 |
examples_per_page=len(style_options),
|
163 |
-
cache_examples='lazy',
|
164 |
)
|
165 |
|
166 |
demo.launch(show_api=True)
|
|
|
160 |
],
|
161 |
inputs=[content_image, style_dropdown, style_strength],
|
162 |
examples_per_page=len(style_options),
|
|
|
163 |
)
|
164 |
|
165 |
demo.launch(show_api=True)
|