Spaces:
Runtime error
Runtime error
Ifeanyi
commited on
Commit
·
22c942e
1
Parent(s):
f1999bf
new update
Browse files
app.py
CHANGED
@@ -8,6 +8,6 @@ def image_classifier(image):
|
|
8 |
|
9 |
gr.Interface(image_classifier,
|
10 |
inputs = gr.inputs.Image(label = "Upload Image",type = "filepath"),
|
11 |
-
outputs =
|
12 |
theme = "dark",
|
13 |
title = "Image classifier").launch(share = True)
|
|
|
8 |
|
9 |
gr.Interface(image_classifier,
|
10 |
inputs = gr.inputs.Image(label = "Upload Image",type = "filepath"),
|
11 |
+
outputs = ["classification"],
|
12 |
theme = "dark",
|
13 |
title = "Image classifier").launch(share = True)
|