ysharma HF staff commited on
Commit
5b75fd3
1 Parent(s): e04700c

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +1 -1
app_dialogue.py CHANGED
@@ -873,7 +873,7 @@ And so, the story of Mulan and Shrek's romance came to an end, leaving a lasting
873
  generated_text.strip("<end_of_utterance>"),
874
  )
875
  )
876
- int(f"chat_history (ELSE IF image is available) is -{chat_history}")
877
  return "", None, chat_history
878
 
879
  def process_example(message, image):
 
873
  generated_text.strip("<end_of_utterance>"),
874
  )
875
  )
876
+ print(f"chat_history (ELSE IF image is available) is -{chat_history}")
877
  return "", None, chat_history
878
 
879
  def process_example(message, image):