Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
|
|
|
|
| 1 |
+
huggingface_hub==0.24.3
|
| 2 |
+
accelerate
|
| 3 |
+
torch
|
| 4 |
+
transformers==4.43.3
|
| 5 |
+
sentencepiece
|
| 6 |
+
gradio==3.23.0 # Gradio 버전 추가
|
| 7 |
+
openai==0.27.0 # OpenAI API 관련 라이브러리 추가
|
| 8 |
+
Pillow==9.2.0 # 이미지 처리 관련 라이브러리 (PIL)
|
| 9 |
+
|
| 10 |
|