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