Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
gradio>=4.0
|
2 |
Pillow
|
|
|
|
|
3 |
requests
|
4 |
-
python-dotenv # (์ ํ) .env ๋ก์ปฌ ์คํ ์ HF_TOKEN ๋ก๋ฉ
|
|
|
1 |
gradio>=4.0
|
2 |
Pillow
|
3 |
+
transformers>=4.38.0
|
4 |
+
torch>=2.1.0 # CPU wheel ์๋ ์ค์น
|
5 |
requests
|
|