Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# โมเดลและ UI
|
2 |
+
moshi>=0.2.6 # ไลบราลี่ inference ของ Kyutai STT (Python >= 3.10) :contentReference[oaicite:0]{index=0}
|
3 |
+
gradio>=4.27
|
4 |
+
|
5 |
+
# PyTorch + เสียง (ถ้าใช้ GPU ภายใน Space ให้เอาเวอร์ชันที่ Hugging Face ติดตั้งมาให้ได้เลย)
|
6 |
+
torch # ติดตั้งอัตโนมัติตามฮาร์ดแวร์
|
7 |
+
torchaudio
|
8 |
+
soundfile
|
9 |
+
ffmpeg-python
|