anderbogia commited on
Commit
8a04c2b
·
verified ·
1 Parent(s): 9fed2c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,8 +6,8 @@ os.system("pip install transformers==4.30.2") #Some interoperability issue with
6
  os.system("pip install tokenizers fairseq")
7
  os.system("pip install numpy==1.24") #NumPy 1.24 or less needed by Numba. Use 1.23, librosa still uses np.complex which was dropped in NumPy 1.24
8
  #os.system("pip install git+https://github.com/huggingface/transformers datasets[torch]")
9
- os.system("pip install librosa==0.9.0")
10
  os.system("pip install torch accelerate torchaudio datasets easymms")
 
11
 
12
 
13
  import gradio as gr
 
6
  os.system("pip install tokenizers fairseq")
7
  os.system("pip install numpy==1.24") #NumPy 1.24 or less needed by Numba. Use 1.23, librosa still uses np.complex which was dropped in NumPy 1.24
8
  #os.system("pip install git+https://github.com/huggingface/transformers datasets[torch]")
 
9
  os.system("pip install torch accelerate torchaudio datasets easymms")
10
+ os.system("pip install librosa==0.9.0")
11
 
12
 
13
  import gradio as gr