Spaces:
Runtime error
Runtime error
Update consult.py
Browse files- consult.py +0 -2
consult.py
CHANGED
@@ -5,8 +5,6 @@ from speechbrain.pretrained.interfaces import foreign_class
|
|
5 |
|
6 |
from app_utils import video_score,speech_score,text_score
|
7 |
|
8 |
-
# Importing necessary components for the Gradio app
|
9 |
-
from description import DESCRIPTION_DYNAMIC # , DESCRIPTION_STATIC
|
10 |
|
11 |
# import scipy.io.wavfile as wav
|
12 |
from paraformer import AudioReader, CttPunctuator, FSMNVad, ParaformerOffline
|
|
|
5 |
|
6 |
from app_utils import video_score,speech_score,text_score
|
7 |
|
|
|
|
|
8 |
|
9 |
# import scipy.io.wavfile as wav
|
10 |
from paraformer import AudioReader, CttPunctuator, FSMNVad, ParaformerOffline
|