Spaces:
Sleeping
Sleeping
Commit
·
1310d41
1
Parent(s):
9f60eef
Check point 4
Browse files
app.py
CHANGED
@@ -419,7 +419,7 @@ class RealtimeSpeakerDiarization:
|
|
419 |
# Setup recorder configuration
|
420 |
recorder_config = {
|
421 |
'spinner': False,
|
422 |
-
'use_microphone':
|
423 |
'model': FINAL_TRANSCRIPTION_MODEL,
|
424 |
'language': TRANSCRIPTION_LANGUAGE,
|
425 |
'silero_sensitivity': SILERO_SENSITIVITY,
|
|
|
419 |
# Setup recorder configuration
|
420 |
recorder_config = {
|
421 |
'spinner': False,
|
422 |
+
'use_microphone': False, # Changed to True for direct microphone input
|
423 |
'model': FINAL_TRANSCRIPTION_MODEL,
|
424 |
'language': TRANSCRIPTION_LANGUAGE,
|
425 |
'silero_sensitivity': SILERO_SENSITIVITY,
|