Spaces:
Sleeping
Sleeping
minhdang14902
commited on
Update app.py
Browse files
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 |
|