Spaces:
No application file
No application file
Jacob Molnia
commited on
Commit
•
3665153
1
Parent(s):
d125853
intermidate setup5/maybe done3
Browse files- app/requirements.txt +3 -1
app/requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
huggingface_hub==0.23.*
|
2 |
gradio==4.39.*
|
3 |
-
torch==2.4+cpu
|
|
|
|
|
4 |
transformers==4.43.*
|
5 |
accelerate==0.33.*
|
|
|
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.*
|
7 |
accelerate==0.33.*
|