on1onmangoes commited on
Commit
3680dfd
1 Parent(s): b81d6e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 transcription
38
 
39
 
40
 
 
34
  # Segments = diarization.for_json()["content"]
35
  # Segments = str(diarization)
36
  transcription = "SAML Output"
37
+ return diarization
38
 
39
 
40