anderbogia commited on
Commit
1ac207b
·
verified ·
1 Parent(s): 8a66618

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ os.system("pip install numpy==1.24") #NumPy 1.24 or less needed by Numba. Use 1.
8
  #os.system("pip install git+https://github.com/huggingface/transformers datasets[torch]")
9
  os.system("pip install torch transformers accelerate torchaudio datasets")
10
  os.system("pip install librosa==0.9.0")
 
11
 
12
  import scipy
13
  import gradio as gr
 
8
  #os.system("pip install git+https://github.com/huggingface/transformers datasets[torch]")
9
  os.system("pip install torch transformers accelerate torchaudio datasets")
10
  os.system("pip install librosa==0.9.0")
11
+ os.system("pip install gradio==4.16.0") # Rollback to pre 4.17.0 due to gr Audio bandwidth issues
12
 
13
  import scipy
14
  import gradio as gr