Spaces:
Runtime error
Runtime error
Commit ·
3680dfd
1
Parent(s): b81d6e7
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def transcribe(audio_path):
|
|
| 34 |
# Segments = diarization.for_json()["content"]
|
| 35 |
# Segments = str(diarization)
|
| 36 |
transcription = "SAML Output"
|
| 37 |
-
return
|
| 38 |
|
| 39 |
|
| 40 |
|
|
|
|
| 34 |
# Segments = diarization.for_json()["content"]
|
| 35 |
# Segments = str(diarization)
|
| 36 |
transcription = "SAML Output"
|
| 37 |
+
return diarization
|
| 38 |
|
| 39 |
|
| 40 |
|