thak123 commited on
Commit
5e349a3
1 Parent(s): de597c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ def predict_sentiment(text, image):
156
  "attention_mask" : text_inputs.attention_mask,
157
  }
158
  print(text_inputs)
159
- print()
160
  print(model_input)
161
  prediction = None
162
  with torch.no_grad():
 
156
  "attention_mask" : text_inputs.attention_mask,
157
  }
158
  print(text_inputs)
159
+ print(image)
160
  print(model_input)
161
  prediction = None
162
  with torch.no_grad():