Spaces:
Sleeping
Sleeping
add debug msg
Browse files
app.py
CHANGED
@@ -180,7 +180,8 @@ def writenotes( apikeystr,inputscript):
|
|
180 |
print('ok')
|
181 |
if len(inputscript)>10:
|
182 |
transcribe_text=inputscript
|
183 |
-
ainotestext=process_chunks(apikeystr,transcribe_text)
|
|
|
184 |
#ainotestext=""
|
185 |
# with open('asr_resul.txt', 'w') as f:
|
186 |
# #print(transcribe_text)
|
|
|
180 |
print('ok')
|
181 |
if len(inputscript)>10:
|
182 |
transcribe_text=inputscript
|
183 |
+
#ainotestext=process_chunks(apikeystr,transcribe_text)
|
184 |
+
ainotestext=inputscript
|
185 |
#ainotestext=""
|
186 |
# with open('asr_resul.txt', 'w') as f:
|
187 |
# #print(transcribe_text)
|