Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -254,7 +254,7 @@ with gr.Blocks(css=css) as demo:
|
|
254 |
|
255 |
examples = gr.Examples(
|
256 |
# List of example-rows. Each row is [input_image, scale, cx, cy]
|
257 |
-
examples=[["samples/0479.png", "
|
258 |
inputs=[upload_image, upscale_radio, center_x, center_y],
|
259 |
outputs=[output_gallery],
|
260 |
fn=run_with_upload,
|
|
|
254 |
|
255 |
examples = gr.Examples(
|
256 |
# List of example-rows. Each row is [input_image, scale, cx, cy]
|
257 |
+
examples=[["samples/0479.png", "4x", 0.5, 0.5]],
|
258 |
inputs=[upload_image, upscale_radio, center_x, center_y],
|
259 |
outputs=[output_gallery],
|
260 |
fn=run_with_upload,
|