Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ with demo:
|
|
118 |
img_output_from_upload= gr.Image(shape=(650,650))
|
119 |
|
120 |
with gr.Row():
|
121 |
-
example_images = gr.Dataset(components=[img_input], samples=[[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.
|
122 |
|
123 |
img_but = gr.Button('Detect')
|
124 |
|
|
|
118 |
img_output_from_upload= gr.Image(shape=(650,650))
|
119 |
|
120 |
with gr.Row():
|
121 |
+
example_images = gr.Dataset(components=[img_input], samples=[[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.jpg'))])
|
122 |
|
123 |
img_but = gr.Button('Detect')
|
124 |
|