update(8)
Browse files- app.py +1 -0
- requirements.txt +1 -0
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import sys
|
|
| 4 |
import os
|
| 5 |
import numpy as np
|
| 6 |
import librosa
|
|
|
|
| 7 |
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
| 8 |
|
| 9 |
import gradio as gr
|
|
|
|
| 4 |
import os
|
| 5 |
import numpy as np
|
| 6 |
import librosa
|
| 7 |
+
from scipy.io import wavfile
|
| 8 |
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
| 9 |
|
| 10 |
import gradio as gr
|
requirements.txt
CHANGED
|
@@ -5,6 +5,7 @@ langchain-core
|
|
| 5 |
sentencepiece
|
| 6 |
typing_extensions
|
| 7 |
librosa
|
|
|
|
| 8 |
|
| 9 |
# Application Framework
|
| 10 |
gradio
|
|
|
|
| 5 |
sentencepiece
|
| 6 |
typing_extensions
|
| 7 |
librosa
|
| 8 |
+
scipy
|
| 9 |
|
| 10 |
# Application Framework
|
| 11 |
gradio
|