minhdang14902 commited on
Commit
9718bbe
·
verified ·
1 Parent(s): 2f2676b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -486,6 +486,7 @@ def get_response(text):
486
  answer, context = chatRoberta(text)
487
  result = answer[0]['answer']
488
  if result == "":
 
489
  return generate_question(text)
490
  return result
491
 
 
486
  answer, context = chatRoberta(text)
487
  result = answer[0]['answer']
488
  if result == "":
489
+ print("Khởi chạy T5")
490
  return generate_question(text)
491
  return result
492