jamino30 commited on
Commit
662e0b6
1 Parent(s): 8d169ca

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ with gr.Blocks(title='🖼️ Neural Style Transfer') as demo:
161
  gr.Examples(
162
  fn=inference,
163
  examples=examples,
164
- inputs=[content_image, style_dropdown],
165
  outputs=[output_image],
166
  examples_per_page=len(style_options),
167
  cache_examples='lazy',
 
161
  gr.Examples(
162
  fn=inference,
163
  examples=examples,
164
+ inputs=[content_image, style_dropdown, style_strength],
165
  outputs=[output_image],
166
  examples_per_page=len(style_options),
167
  cache_examples='lazy',