aikitty commited on
Commit
95d0c28
·
verified ·
1 Parent(s): ceede63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ def assess_pronunciation(audio_file, reference_text):
17
  grading_system=speechsdk.PronunciationAssessmentGradingSystem.HundredMark,
18
  granularity=speechsdk.PronunciationAssessmentGranularity.Phoneme
19
  )
20
- pronunciation_config.enable_prosody_assessment()
21
 
22
  # Create the recognizer
23
  recognizer = speechsdk.SpeechRecognizer(speech_config=speech_config, audio_config=audio_config)
 
17
  grading_system=speechsdk.PronunciationAssessmentGradingSystem.HundredMark,
18
  granularity=speechsdk.PronunciationAssessmentGranularity.Phoneme
19
  )
 
20
 
21
  # Create the recognizer
22
  recognizer = speechsdk.SpeechRecognizer(speech_config=speech_config, audio_config=audio_config)