Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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():
|