Spaces:
Running
on
Zero
Running
on
Zero
NIRVANALAN
commited on
Commit
·
6b7912b
1
Parent(s):
8bf0418
update
Browse files
app.py
CHANGED
@@ -331,7 +331,7 @@ def main(args):
|
|
331 |
with gr.Row(variant="panel"):
|
332 |
gr.Examples(
|
333 |
examples=[
|
334 |
-
str(path) for path in sorted(Path('./assets/i23d_examples/
|
335 |
],
|
336 |
inputs=[input_image],
|
337 |
cache_examples=False,
|
|
|
331 |
with gr.Row(variant="panel"):
|
332 |
gr.Examples(
|
333 |
examples=[
|
334 |
+
str(path) for path in sorted(Path('./assets/i23d_examples/for_demo_inference').glob('**/*.png'))
|
335 |
],
|
336 |
inputs=[input_image],
|
337 |
cache_examples=False,
|