Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ with demo:
|
|
152 |
|
153 |
with gr.Row():
|
154 |
example_images = gr.Dataset(components=[img_input],
|
155 |
-
samples=[[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.
|
156 |
|
157 |
|
158 |
img_but = gr.Button('Detect')
|
|
|
152 |
|
153 |
with gr.Row():
|
154 |
example_images = gr.Dataset(components=[img_input],
|
155 |
+
samples=[[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.j*g'))])
|
156 |
|
157 |
|
158 |
img_but = gr.Button('Detect')
|