Ngadou commited on
Commit
4fbea1d
1 Parent(s): b0090a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def classify_audio(audio):
46
  reasons = text["reasons"]
47
 
48
  # Return the transcription and the prediction as a dictionary
49
- return audio_transcript, decision, reasons
50
 
51
  gr.Interface(
52
  fn=classify_audio,
 
46
  reasons = text["reasons"]
47
 
48
  # Return the transcription and the prediction as a dictionary
49
+ return transcription, decision, reasons
50
 
51
  gr.Interface(
52
  fn=classify_audio,