Spaces:
Sleeping
Sleeping
Update services/qa_service/qna.py
Browse files
services/qa_service/qna.py
CHANGED
@@ -71,8 +71,7 @@ class QAService:
|
|
71 |
context += full_context[i]["text"]
|
72 |
if (i+1) < transcript_count:
|
73 |
context += "\n\n"
|
74 |
-
|
75 |
-
print(context)
|
76 |
prompt = format_prompt(self.question, context)
|
77 |
output = self.model_pipeline.infer(prompt)
|
78 |
|
|
|
71 |
context += full_context[i]["text"]
|
72 |
if (i+1) < transcript_count:
|
73 |
context += "\n\n"
|
74 |
+
|
|
|
75 |
prompt = format_prompt(self.question, context)
|
76 |
output = self.model_pipeline.infer(prompt)
|
77 |
|