Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ enable_queue=True
|
|
33 |
|
34 |
gr.Interface(
|
35 |
fn=predict,
|
36 |
-
inputs=gr.Image(
|
37 |
outputs=gr.Label(num_top_classes=6),
|
38 |
title=title,
|
39 |
description=description,
|
|
|
33 |
|
34 |
gr.Interface(
|
35 |
fn=predict,
|
36 |
+
inputs=gr.Image(),
|
37 |
outputs=gr.Label(num_top_classes=6),
|
38 |
title=title,
|
39 |
description=description,
|