From 4e28818cf275ec0a37e45e3b5ca80129159d0495 Mon Sep 17 00:00:00 2001 From: Rumah <93970226+Sewlell@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:53:12 +0800 Subject: [PATCH] Update gradio_app.py --- gradio_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradio_app.py b/gradio_app.py index 707935a..7f3da54 100644 --- a/gradio_app.py +++ b/gradio_app.py @@ -106,7 +106,7 @@ def load_models(whisper_backend_name, whisper_model_name, alignment_model_name, # Define the source and destination paths source_path = "/content/encodec_4cb2048_giga.th" - destination_path = "/content/VoiceCraft/pretrained_models/encodec_4cb2048_giga.th" + destination_path = "/content/VoiceCraft-gradio-colab/pretrained_models/encodec_4cb2048_giga.th" # Move or copy the file to the correct location try: