KaburaJ commited on
Commit
bc10556
·
1 Parent(s): 3fcf295

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def main():
107
  if pred_button:
108
 
109
  outputs = model.predict(image)
110
- _, y_hat = outputs.max(1)
111
  # predicted_idx = str(y_hat.item())
112
  # right_column.title("Prediction")
113
  # right_column.write(predicted_idx)
 
107
  if pred_button:
108
 
109
  outputs = model.predict(image)
110
+ #_, y_hat = outputs.max(1)
111
  # predicted_idx = str(y_hat.item())
112
  # right_column.title("Prediction")
113
  # right_column.write(predicted_idx)