yongyeol commited on
Commit
e3eaf60
ยท
verified ยท
1 Parent(s): d2e22b1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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