Spaces:
Runtime error
Runtime error
Update speech.py
Browse files
speech.py
CHANGED
@@ -158,7 +158,7 @@ def classify_continuous(audio):
|
|
158 |
|
159 |
|
160 |
def run_results():
|
161 |
-
for i in range(
|
162 |
print("第",i+1,"段音频:")
|
163 |
if i<9:
|
164 |
filename="02010001-MDD/0"+str(i+1)+".wav"
|
|
|
158 |
|
159 |
|
160 |
def run_results():
|
161 |
+
for i in range(29):
|
162 |
print("第",i+1,"段音频:")
|
163 |
if i<9:
|
164 |
filename="02010001-MDD/0"+str(i+1)+".wav"
|