Update app.py
Browse files
app.py
CHANGED
|
@@ -299,8 +299,8 @@ with gr.Blocks() as demo:
|
|
| 299 |
gr.Examples(
|
| 300 |
examples=[[["./examples/0.png", "./examples/1.png", "./examples/2.png", "./examples/3.png", "./examples/4.png"], 1, 0]],
|
| 301 |
fn=loadf,
|
| 302 |
-
inputs=[files_input
|
| 303 |
-
outputs=[
|
| 304 |
cache_examples=True
|
| 305 |
)
|
| 306 |
|
|
|
|
| 299 |
gr.Examples(
|
| 300 |
examples=[[["./examples/0.png", "./examples/1.png", "./examples/2.png", "./examples/3.png", "./examples/4.png"], 1, 0]],
|
| 301 |
fn=loadf,
|
| 302 |
+
inputs=[files_input],
|
| 303 |
+
outputs=[files_input, gallery_input],
|
| 304 |
cache_examples=True
|
| 305 |
)
|
| 306 |
|