Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def predict(img):
|
|
39 |
interface = gr.Interface(
|
40 |
predict,
|
41 |
inputs = "image",
|
42 |
-
|
43 |
title = "Car classification"
|
44 |
)
|
45 |
interface.launch()
|
|
|
39 |
interface = gr.Interface(
|
40 |
predict,
|
41 |
inputs = "image",
|
42 |
+
outputs = "label",
|
43 |
title = "Car classification"
|
44 |
)
|
45 |
interface.launch()
|