NCTCMumbai commited on
Commit
0bbafa3
·
verified ·
1 Parent(s): f079ed6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -252,6 +252,7 @@ with gr.Blocks(theme='gradio/soft') as CHATBOT:
252
 
253
  # Call bot function
254
  bot_output = list(bot(history, cross_encoder))
 
255
  #history, prompt_html = bot_output[-1]
256
  history, prompt_html = bot_output
257
  print('History',history)
 
252
 
253
  # Call bot function
254
  bot_output = list(bot(history, cross_encoder))
255
+ print('bot_output',bot_output)
256
  #history, prompt_html = bot_output[-1]
257
  history, prompt_html = bot_output
258
  print('History',history)