Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks(css=css) as demo:
|
|
88 |
with gr.Column():
|
89 |
gallery = gr.Gallery(label="Generated Images")
|
90 |
examples = gr.Examples(
|
91 |
-
inputs=
|
92 |
examples_per_page=4,
|
93 |
examples=list_path
|
94 |
)
|
|
|
88 |
with gr.Column():
|
89 |
gallery = gr.Gallery(label="Generated Images")
|
90 |
examples = gr.Examples(
|
91 |
+
inputs=files,
|
92 |
examples_per_page=4,
|
93 |
examples=list_path
|
94 |
)
|