Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = []
|