rphrp1985 commited on
Commit
8339ef4
1 Parent(s): 7678417

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. 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