Spaces:
Running
on
Zero
Running
on
Zero
Update utils/interface.py
Browse files- utils/interface.py +1 -1
utils/interface.py
CHANGED
|
@@ -67,7 +67,7 @@ class Inference:
|
|
| 67 |
# This should always be exactly one modality based on task
|
| 68 |
if len(output_modalities) != 1:
|
| 69 |
raise ValueError("Expected exactly one output modality based on task.")
|
| 70 |
-
|
| 71 |
inputs = self.processor([full_conversation], output_modalities)
|
| 72 |
|
| 73 |
stopping_criteria = [
|
|
|
|
| 67 |
# This should always be exactly one modality based on task
|
| 68 |
if len(output_modalities) != 1:
|
| 69 |
raise ValueError("Expected exactly one output modality based on task.")
|
| 70 |
+
print(f"{[full_conversation]=}")
|
| 71 |
inputs = self.processor([full_conversation], output_modalities)
|
| 72 |
|
| 73 |
stopping_criteria = [
|