jamino30 commited on
Commit
773009a
·
verified ·
1 Parent(s): 5c261c3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)