Commit
·
a5254ee
1
Parent(s):
436b214
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ with gr.Blocks() as app:
|
|
| 32 |
|
| 33 |
gr.Markdown("## Exemplos")
|
| 34 |
gr.Examples(
|
| 35 |
-
examples=['Sample/Good tyre.png', 'Sample/Bald tyre.
|
| 36 |
inputs=inp_img,
|
| 37 |
outputs=out_txt,
|
| 38 |
fn=image_classifier,
|
|
|
|
| 32 |
|
| 33 |
gr.Markdown("## Exemplos")
|
| 34 |
gr.Examples(
|
| 35 |
+
examples=['Sample/Good tyre.png', 'Sample/Bald tyre.jpg'],
|
| 36 |
inputs=inp_img,
|
| 37 |
outputs=out_txt,
|
| 38 |
fn=image_classifier,
|