Spaces:
Paused
Paused
Update app.py
Browse filesadded print messages for debugging
app.py
CHANGED
@@ -90,6 +90,8 @@ def qwen_inference(media_input, text_input=None):
|
|
90 |
}
|
91 |
]
|
92 |
|
|
|
|
|
93 |
text = processor.apply_chat_template(
|
94 |
messages, tokenize=False, add_generation_prompt=True
|
95 |
)
|
|
|
90 |
}
|
91 |
]
|
92 |
|
93 |
+
print("DEBUG MESSAGES:", messages)
|
94 |
+
|
95 |
text = processor.apply_chat_template(
|
96 |
messages, tokenize=False, add_generation_prompt=True
|
97 |
)
|