Spaces:
Build error
Build error
avacaondata
commited on
Commit
•
4228c91
1
Parent(s):
f7e60bf
quitados algunos comments
Browse files- general_utils.py +1 -1
general_utils.py
CHANGED
@@ -121,7 +121,7 @@ def transcript(input_file, audio_array, processor, model):
|
|
121 |
whole_text = add_question_symbols(whole_text)
|
122 |
return whole_text
|
123 |
|
124 |
-
|
125 |
def parse_final_answer(answer_text: str, contexts: List):
|
126 |
"""Parse the final answer into correct format"""
|
127 |
answer = f"<p><b>{answer_text}</b></p> \n\n\n"
|
|
|
121 |
whole_text = add_question_symbols(whole_text)
|
122 |
return whole_text
|
123 |
|
124 |
+
|
125 |
def parse_final_answer(answer_text: str, contexts: List):
|
126 |
"""Parse the final answer into correct format"""
|
127 |
answer = f"<p><b>{answer_text}</b></p> \n\n\n"
|