Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|