jilijeanlouis commited on
Commit
bcf8a6e
1 Parent(s): 5798954

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -46,6 +46,7 @@ def transcribe(
46
  "noise_reduction": (None, "false"),
47
  'output_format': (None, 'json'),
48
  'toggle_diarization': (None, 'true'),
 
49
  }
50
 
51
  # priority given to the audio or video
 
46
  "noise_reduction": (None, "false"),
47
  'output_format': (None, 'json'),
48
  'toggle_diarization': (None, 'true'),
49
+ 'diarization_max_speakers': (None, '2'),
50
  }
51
 
52
  # priority given to the audio or video