Spaces:
Running
Running
Update app.py
Browse files
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
|