Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
1 |
+
torch>=2.0.0 # PyTorch 설치
|
2 |
+
transformers>=4.32.0 # Hugging Face Transformers 라이브러리
|
3 |
+
gradio>=3.35.0 # Gradio UI 라이브러리
|
4 |
+
gTTS>=2.3.2 # Google Text-to-Speech (TTS) 라이브러리
|