Update app.py
Browse files
app.py
CHANGED
@@ -483,7 +483,7 @@ with block:
|
|
483 |
example_quick_subjects.click(lambda x: x[0], inputs=example_quick_subjects, outputs=prompt, show_progress=False, queue=False)
|
484 |
|
485 |
import pathlib
|
486 |
-
|
487 |
gr.Examples(
|
488 |
im_l, input_fg
|
489 |
)
|
|
|
483 |
example_quick_subjects.click(lambda x: x[0], inputs=example_quick_subjects, outputs=prompt, show_progress=False, queue=False)
|
484 |
|
485 |
import pathlib
|
486 |
+
im_l = list(map(str ,pathlib.Path("./examples/xiangxiang_man").rglob("*.png")))
|
487 |
gr.Examples(
|
488 |
im_l, input_fg
|
489 |
)
|