Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -231,7 +231,7 @@ with block:
|
|
231 |
scale_factor = gr.Number(label="SR Scale", value=4)
|
232 |
with gr.Column():
|
233 |
result_gallery = gr.Gallery(label="Output", show_label=False, elem_id="gallery")
|
234 |
-
|
235 |
examples=[
|
236 |
[
|
237 |
"preset/datasets/test_datasets/179.png",
|
|
|
231 |
scale_factor = gr.Number(label="SR Scale", value=4)
|
232 |
with gr.Column():
|
233 |
result_gallery = gr.Gallery(label="Output", show_label=False, elem_id="gallery")
|
234 |
+
examples = gr.Examples(
|
235 |
examples=[
|
236 |
[
|
237 |
"preset/datasets/test_datasets/179.png",
|