Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ with demo:
|
|
135 |
|
136 |
with gr.Row():
|
137 |
example_images = gr.Dataset(components=[img_input],
|
138 |
-
samples=[[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.
|
139 |
|
140 |
|
141 |
img_but = gr.Button('Detect')
|
|
|
135 |
|
136 |
with gr.Row():
|
137 |
example_images = gr.Dataset(components=[img_input],
|
138 |
+
samples=[[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.jpg'))])
|
139 |
|
140 |
|
141 |
img_but = gr.Button('Detect')
|