Spaces:
Running
on
Zero
Running
on
Zero
Update app_dialogue.py
Browse files- app_dialogue.py +2 -0
app_dialogue.py
CHANGED
@@ -276,6 +276,8 @@ def model_inference(
|
|
276 |
repetition_penalty,
|
277 |
top_p,
|
278 |
):
|
|
|
|
|
279 |
if user_prompt["text"].strip() == "" and not user_prompt["files"]:
|
280 |
gr.Error("Please input a query and optionally image(s).")
|
281 |
|
|
|
276 |
repetition_penalty,
|
277 |
top_p,
|
278 |
):
|
279 |
+
print('user _prmt=', user_prompt)
|
280 |
+
print('chathostoy= ', chat_history)
|
281 |
if user_prompt["text"].strip() == "" and not user_prompt["files"]:
|
282 |
gr.Error("Please input a query and optionally image(s).")
|
283 |
|