Spaces:
No application file
No application file
Jacob Molnia
commited on
Commit
•
144f193
1
Parent(s):
3665153
intermidate setup5/maybe done3
Browse files- app/requirements.txt +3 -1
app/requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
|
|
|
|
|
|
1 |
huggingface_hub==0.23.*
|
2 |
gradio==4.39.*
|
3 |
-
torch==2.4.1+cpu
|
4 |
torchvision==0.15.2+cpu
|
5 |
torchaudio==2.4.1+cpu
|
6 |
transformers==4.43.*
|
|
|
1 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch==2.3.0+cpu
|
3 |
+
|
4 |
huggingface_hub==0.23.*
|
5 |
gradio==4.39.*
|
|
|
6 |
torchvision==0.15.2+cpu
|
7 |
torchaudio==2.4.1+cpu
|
8 |
transformers==4.43.*
|