Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def classify_image(inp):
|
|
26 |
|
27 |
|
28 |
image = gr.Image(shape=(HEIGHT,WIDTH),label='Input')
|
29 |
-
label = gr.
|
30 |
|
31 |
gr.Interface(fn=classify_image, inputs=image, outputs=label, title='Brand Logo Detection').launch(debug=False)
|
32 |
|
|
|
26 |
|
27 |
|
28 |
image = gr.Image(shape=(HEIGHT,WIDTH),label='Input')
|
29 |
+
label = gr.Textbox()
|
30 |
|
31 |
gr.Interface(fn=classify_image, inputs=image, outputs=label, title='Brand Logo Detection').launch(debug=False)
|
32 |
|