Conner commited on
Commit
dd27c16
·
1 Parent(s): dc45278

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def predict(img):
33
 
34
  # run the inference
35
  prediction = model.predict(data)
36
- gr.outputs.Labels = open(labels.txt)
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