alexnasa commited on
Commit
f1cb021
·
verified ·
1 Parent(s): 738ecfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ with gr.Blocks(css=css) as demo:
270
 
271
  examples = gr.Examples(
272
  # List of example-rows. Each row is [input_image, scale, cx, cy]
273
- examples=[["samples/0479.png", "4x", 0.5, 0.5]],
274
  inputs=[upload_image, upscale_radio, center_x, center_y],
275
  outputs=[output_gallery],
276
  fn=run_with_upload,
 
270
 
271
  examples = gr.Examples(
272
  # List of example-rows. Each row is [input_image, scale, cx, cy]
273
+ examples=[["samples/0479.png", "4x", 0.5, 0.5], ["samples/0064.png", "4x", 0.5, 0.5], ["samples/0245.png", "4x", 0.5, 0.5], ["samples/0393.png", "4x", 0.5, 0.5]],
274
  inputs=[upload_image, upscale_radio, center_x, center_y],
275
  outputs=[output_gallery],
276
  fn=run_with_upload,