ambujm22 commited on
Commit
10728de
·
1 Parent(s): 5f61a8c

Add SonicMaster Gradio app

Browse files
Files changed (2) hide show
  1. requirements.txt +3 -4
  2. runtime.txt +1 -0
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu124
2
- torch==2.6.0+cu124
3
- torchaudio==2.6.0+cu124
4
-
5
  transformers>=4.43
6
  accelerate>=0.33
7
  diffusers>=0.31
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu121
2
+ torch==2.6.0+cu121
3
+ torchaudio==2.6.0+cu121
 
4
  transformers>=4.43
5
  accelerate>=0.33
6
  diffusers>=0.31
runtime.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ python-3.11