Update app.py
Browse files
app.py
CHANGED
@@ -314,7 +314,10 @@ with gr.Blocks() as demo:
|
|
314 |
file_output = gr.File()
|
315 |
|
316 |
gr.Examples(
|
317 |
-
examples=[[
|
|
|
|
|
|
|
318 |
fn=loadf,
|
319 |
inputs=[files_input, max_s, max_l, max_v],
|
320 |
outputs=[files_input, gallery_input],
|
|
|
314 |
file_output = gr.File()
|
315 |
|
316 |
gr.Examples(
|
317 |
+
examples=[[
|
318 |
+
["./examples/0.png", "./examples/1.png", "./examples/2.png", "./examples/3.png", "./examples/4.png"],
|
319 |
+
32, 64, 16
|
320 |
+
]],
|
321 |
fn=loadf,
|
322 |
inputs=[files_input, max_s, max_l, max_v],
|
323 |
outputs=[files_input, gallery_input],
|