Spaces:
Sleeping
Sleeping
Lautaro Cardarelli
commited on
Commit
·
0d25d57
1
Parent(s):
e9e44ae
add print
Browse files
app.py
CHANGED
@@ -133,6 +133,8 @@ class SummarizerAndQA:
|
|
133 |
self.study_generated_questions = generate_questions(text)
|
134 |
|
135 |
if question != self.question and text != '':
|
|
|
|
|
136 |
self.question = question
|
137 |
self.question_response = generate_question_response(question, text)
|
138 |
|
|
|
133 |
self.study_generated_questions = generate_questions(text)
|
134 |
|
135 |
if question != self.question and text != '':
|
136 |
+
print('entro a generar responses')
|
137 |
+
print(question)
|
138 |
self.question = question
|
139 |
self.question_response = generate_question_response(question, text)
|
140 |
|