Spaces:
Runtime error
Runtime error
Applied VAD
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import os
|
|
| 5 |
import json
|
| 6 |
from transcription_service import transcribe_speech_local,translation_service
|
| 7 |
|
| 8 |
-
|
| 9 |
|
| 10 |
def translateoutput(text,language):
|
| 11 |
if text=="" or text is None:
|
|
|
|
| 5 |
import json
|
| 6 |
from transcription_service import transcribe_speech_local,translation_service
|
| 7 |
|
| 8 |
+
|
| 9 |
|
| 10 |
def translateoutput(text,language):
|
| 11 |
if text=="" or text is None:
|