diff --git a/whisjax.py b/whisjax.py index c8c2a359..a9964f7d 100644 --- a/whisjax.py +++ b/whisjax.py @@ -175,7 +175,7 @@ def main(): logger.info("Summarization completed") # Summarization takes a lot of time, so do this separately at the end - files_to_upload = ["summary_" + suffix + ".txt"] + files_to_upload = [prefix + "summary_" + suffix + ".txt"] upload_files(files_to_upload)