nppmatt commited on
Commit
ae71cb3
·
1 Parent(s): b1bd3df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -125,7 +125,6 @@ def inference():
125
 
126
  prediction, targets = inference()
127
  st.write(prediction)
128
- st.write(targets)
129
 
130
  best_preds = []
131
  best_labels = []
 
125
 
126
  prediction, targets = inference()
127
  st.write(prediction)
 
128
 
129
  best_preds = []
130
  best_labels = []