Thompson001 commited on
Commit
10de763
·
verified ·
1 Parent(s): 9c29032

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -2
requirements.txt CHANGED
@@ -1,7 +1,13 @@
1
  --extra-index-url https://download.pytorch.org/whl/cpu
 
2
  gradio==4.31.5
3
- torch==2.0.1+cpu
4
- torchvision==0.15.2+cpu
5
  huggingface_hub
6
  Pillow
7
  numpy
 
 
 
 
 
 
 
 
1
  --extra-index-url https://download.pytorch.org/whl/cpu
2
+
3
  gradio==4.31.5
 
 
4
  huggingface_hub
5
  Pillow
6
  numpy
7
+
8
+ # PyTorch (이미 있음)
9
+ torch==2.0.1+cpu
10
+ torchvision==0.15.2+cpu
11
+
12
+ # 🔥 NEW: TensorFlow CPU 버전 추가
13
+ tensorflow-cpu==2.15.0