Seidazymov Adil
commited on
Commit
·
0e20f63
1
Parent(s):
1e35524
Final 1.7
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def request_gradio(file_path, language):
|
|
52 |
return result
|
53 |
except Exception as e:
|
54 |
print(f"Transcription failed: {e}")
|
55 |
-
return
|
56 |
|
57 |
|
58 |
def detect_emotion(audio):
|
|
|
52 |
return result
|
53 |
except Exception as e:
|
54 |
print(f"Transcription failed: {e}")
|
55 |
+
return f"Transcription failed: {e}"
|
56 |
|
57 |
|
58 |
def detect_emotion(audio):
|