Spaces:
Runtime error
Runtime error
Ohnesorge
commited on
Commit
·
4ba32d3
1
Parent(s):
c6956b8
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 |
|