Spaces:
Runtime error
Runtime error
AlbertoFH98
commited on
Commit
·
d1707ec
1
Parent(s):
17a7a79
Update utils.py
Browse files
utils.py
CHANGED
@@ -288,7 +288,7 @@ def summarise_doc(transcription_path, model_name, model=None):
|
|
288 |
model= model,
|
289 |
temperature = 0.0,
|
290 |
max_tokens = 1024,
|
291 |
-
original_transcription =
|
292 |
)
|
293 |
|
294 |
# Map
|
|
|
288 |
model= model,
|
289 |
temperature = 0.0,
|
290 |
max_tokens = 1024,
|
291 |
+
original_transcription = docs
|
292 |
)
|
293 |
|
294 |
# Map
|