Spaces:
Runtime error
Runtime error
Commit ·
72df787
1
Parent(s): 6a83868
Update utils.py
Browse files
utils.py
CHANGED
|
@@ -283,6 +283,9 @@ def summarise_doc(transcription_path, model_name, model=None):
|
|
| 283 |
# -- Keep original transcription
|
| 284 |
with open(transcription_path, 'r') as f:
|
| 285 |
docs = f.read()
|
|
|
|
|
|
|
|
|
|
| 286 |
|
| 287 |
llm = TogetherLLM(
|
| 288 |
model= model,
|
|
|
|
| 283 |
# -- Keep original transcription
|
| 284 |
with open(transcription_path, 'r') as f:
|
| 285 |
docs = f.read()
|
| 286 |
+
|
| 287 |
+
print("READ DOCUMENT")
|
| 288 |
+
print(docs)
|
| 289 |
|
| 290 |
llm = TogetherLLM(
|
| 291 |
model= model,
|