Conner commited on
Commit
4ba32d3
·
1 Parent(s): c6956b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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