Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ def predict(path):
|
|
| 71 |
|
| 72 |
gr.Interface(
|
| 73 |
fn=predict,
|
| 74 |
-
inputs=gr.Image(
|
| 75 |
outputs=gr.Label(num_top_classes=5),
|
| 76 |
examples=[
|
| 77 |
"Dalbergia oliveri.JPG",
|
|
|
|
| 71 |
|
| 72 |
gr.Interface(
|
| 73 |
fn=predict,
|
| 74 |
+
inputs=gr.Image(),
|
| 75 |
outputs=gr.Label(num_top_classes=5),
|
| 76 |
examples=[
|
| 77 |
"Dalbergia oliveri.JPG",
|