ysharma HF Staff commited on
Commit
5af48be
·
1 Parent(s): cccc076

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +1 -1
app_dialogue.py CHANGED
@@ -621,7 +621,7 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
621
  text_token = text_token.lstrip()
622
 
623
  acc_text += text_token
624
- print(f"acc_text - first - {acc_text}")
625
  #last_turn = chat_history.pop(-1)
626
  #print(f"last_turn is - {last_turn}")
627
  #last_turn[-1] += acc_text
 
621
  text_token = text_token.lstrip()
622
 
623
  acc_text += text_token
624
+ #print(f"acc_text - first - {acc_text}")
625
  #last_turn = chat_history.pop(-1)
626
  #print(f"last_turn is - {last_turn}")
627
  #last_turn[-1] += acc_text