naveenk-ai
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -30,8 +30,8 @@ if not repo_dir.exists():
|
|
30 |
sys.path.append(str(repo_dir))
|
31 |
|
32 |
# Install the required packages
|
33 |
-
%pip install -q "librosa>=0.8.1" "wavmark>=0.0.3" "faster-whisper>=0.9.0" "pydub>=0.25.1" "whisper-timestamped>=1.14.2" "tqdm" "inflect>=7.0.0" "eng_to_ipa>=0.0.2" "pypinyin>=0.50.0" \
|
34 |
-
"cn2an>=0.5.22" "jieba>=0.42.1" "langid>=1.1.6" "gradio>=4.15" "ipywebrtc" "anyascii" "openvino>=2023.3" "torch>=2.1" "nncf>=2.11.0"
|
35 |
|
36 |
core = ov.Core()
|
37 |
|
|
|
30 |
sys.path.append(str(repo_dir))
|
31 |
|
32 |
# Install the required packages
|
33 |
+
# %pip install -q "librosa>=0.8.1" "wavmark>=0.0.3" "faster-whisper>=0.9.0" "pydub>=0.25.1" "whisper-timestamped>=1.14.2" "tqdm" "inflect>=7.0.0" "eng_to_ipa>=0.0.2" "pypinyin>=0.50.0" \
|
34 |
+
# "cn2an>=0.5.22" "jieba>=0.42.1" "langid>=1.1.6" "gradio>=4.15" "ipywebrtc" "anyascii" "openvino>=2023.3" "torch>=2.1" "nncf>=2.11.0"
|
35 |
|
36 |
core = ov.Core()
|
37 |
|