Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def predict(img):
|
|
33 |
|
34 |
# run the inference
|
35 |
prediction = model.predict(data)
|
36 |
-
gr.outputs.
|
37 |
return prediction
|
38 |
|
39 |
|
|
|
33 |
|
34 |
# run the inference
|
35 |
prediction = model.predict(data)
|
36 |
+
gr.outputs.Label = open(labels.txt)
|
37 |
return prediction
|
38 |
|
39 |
|