Ffftdtd5dtft commited on
Commit
7d20754
verified
1 Parent(s): e9565fd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
  python-dotenv==1.0.0
2
  redis==5.1.0b7
3
- git+https://github.com/huggingface/diffusers.git
4
- git+https://github.com/huggingface/transformers.git
5
  accelerate
6
- torch
7
  gradio==4.42.0
8
- git+https://github.com/facebookresearch/audiocraft
9
  huggingface_hub
10
  tqdm
11
- google-cloud-storage
 
1
  python-dotenv==1.0.0
2
  redis==5.1.0b7
3
+ diffusers==0.17.0 # Aseg煤rate de usar una versi贸n compatible con torch 2.1.0
4
+ transformers==4.37.0 # Aseg煤rate de usar una versi贸n compatible con torch 2.1.0
5
  accelerate
6
+ torch==2.1.0
7
  gradio==4.42.0
8
+ audiocraft==0.2.0 # Reemplaza con una versi贸n disponible en PyPI o compatible
9
  huggingface_hub
10
  tqdm
11
+ google-cloud-storage