model2 commited on
Commit
4481e0b
·
1 Parent(s): 1ccdc36
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -296,8 +296,8 @@ example-images {
296
  }
297
 
298
  .example-image {
299
- max-width: 160px !important; /* fix the width of image */
300
- max-height: 160px !important; /* fix the height of image */
301
  }
302
  """
303
  with gr.Blocks(css=css_code, theme=gr.themes.Base()) as app:
@@ -368,7 +368,6 @@ example-images {
368
  gr.Examples(
369
  examples=[["before.jpg"]],
370
  inputs=[input_image],
371
- outputs=[output_image],
372
  cache_examples=True,
373
  fn=advance_blur,
374
  run_on_click=True,
 
296
  }
297
 
298
  .example-image {
299
+ max-width: 140px !important; /* fix the width of image */
300
+ max-height: 140px !important; /* fix the height of image */
301
  }
302
  """
303
  with gr.Blocks(css=css_code, theme=gr.themes.Base()) as app:
 
368
  gr.Examples(
369
  examples=[["before.jpg"]],
370
  inputs=[input_image],
 
371
  cache_examples=True,
372
  fn=advance_blur,
373
  run_on_click=True,