zainali95 commited on
Commit ·
e9f3eb2
1
Parent(s): 5ad288c
fix
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ enable_queue=True
|
|
| 19 |
|
| 20 |
gr.Interface(fn=predict,
|
| 21 |
inputs=gr.Image(height=512, width=512),
|
| 22 |
-
outputs=gr.
|
| 23 |
title=title,
|
| 24 |
description=description,
|
| 25 |
examples=examples,
|
|
|
|
| 19 |
|
| 20 |
gr.Interface(fn=predict,
|
| 21 |
inputs=gr.Image(height=512, width=512),
|
| 22 |
+
outputs=gr.Label(num_top_classes=3),
|
| 23 |
title=title,
|
| 24 |
description=description,
|
| 25 |
examples=examples,
|
black.jpg
CHANGED
|
|