Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# --- UI & Server ---
|
| 2 |
gradio==4.44.1
|
| 3 |
numpy==1.26.4
|
|
@@ -14,7 +18,7 @@ librosa==0.10.1
|
|
| 14 |
scipy==1.12.0
|
| 15 |
numba==0.59.0
|
| 16 |
|
| 17 |
-
# --- Text Processing
|
| 18 |
mecab-python3==1.0.8
|
| 19 |
unidic-lite
|
| 20 |
pyopenjtalk-prebuilt==0.3.0
|
|
|
|
| 1 |
+
# --- Tambahan untuk Download Aset ---
|
| 2 |
+
huggingface_hub
|
| 3 |
+
hf_transfer
|
| 4 |
+
|
| 5 |
# --- UI & Server ---
|
| 6 |
gradio==4.44.1
|
| 7 |
numpy==1.26.4
|
|
|
|
| 18 |
scipy==1.12.0
|
| 19 |
numba==0.59.0
|
| 20 |
|
| 21 |
+
# --- Text Processing ---
|
| 22 |
mecab-python3==1.0.8
|
| 23 |
unidic-lite
|
| 24 |
pyopenjtalk-prebuilt==0.3.0
|