Update app.py
Browse files
app.py
CHANGED
@@ -15,4 +15,4 @@ def classify_image(inp):
|
|
15 |
|
16 |
gradio.Interface(fn=classify_image,
|
17 |
inputs=gradio.Image(shape=(224, 224)),
|
18 |
-
outputs=gradio.Label(num_top_classes=3)).launch()
|
|
|
15 |
|
16 |
gradio.Interface(fn=classify_image,
|
17 |
inputs=gradio.Image(shape=(224, 224)),
|
18 |
+
outputs=gradio.Label(num_top_classes=3),interpretation='default').launch(debug='False')
|