Spaces:
Runtime error
Runtime error
lorocksUMD
commited on
Commit
•
a22129a
1
Parent(s):
15c94a4
Update script.py
Browse files
script.py
CHANGED
@@ -156,5 +156,6 @@ with torch.inference_mode():
|
|
156 |
)
|
157 |
|
158 |
outputs = tokenizer.batch_decode(output_ids, skip_special_tokens=True)[0].strip()
|
|
|
159 |
print(outputs)
|
160 |
# End Llava inference
|
|
|
156 |
)
|
157 |
|
158 |
outputs = tokenizer.batch_decode(output_ids, skip_special_tokens=True)[0].strip()
|
159 |
+
print("Output Type:", type(outputs))
|
160 |
print(outputs)
|
161 |
# End Llava inference
|