From 8f63be3af7264f3b0831d91e2e54800fcd246120 Mon Sep 17 00:00:00 2001
From: 语帆 <yf352572@alibaba-inc.com>
Date: 星期五, 01 三月 2024 10:16:03 +0800
Subject: [PATCH] atsr

---
 funasr/auto/auto_model.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/funasr/auto/auto_model.py b/funasr/auto/auto_model.py
index 3f99e4d..89e38ea 100644
--- a/funasr/auto/auto_model.py
+++ b/funasr/auto/auto_model.py
@@ -41,6 +41,7 @@
     chars = string.ascii_letters + string.digits
     if isinstance(data_in, str) and data_in.startswith('http'): # url
         data_in = download_from_url(data_in)
+    pdb.set_trace()
     if isinstance(data_in, str) and os.path.exists(data_in): # wav_path; filelist: wav.scp, file.jsonl;text.txt;
         _, file_extension = os.path.splitext(data_in)
         file_extension = file_extension.lower()

--
Gitblit v1.9.1