Skip to content

Commit a361465

Browse files
committed
change nvidia warning message
1 parent a1e3c2e commit a361465

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/frontend/src/components/TranscriptionConfigDialog.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ export const TranscriptionConfigDialog = memo(function TranscriptionConfigDialog
713713
NVIDIA Sortformer Limitations
714714
</h4>
715715
<p className="text-sm text-orange-700 dark:text-orange-300">
716-
This model is optimized for up to 4 speakers. For better accuracy with more speakers, use Pyannote instead.
716+
This model is optimized for up to 4 speakers. Beyond 4 speakers accuracy might degrade.
717717
</p>
718718
</div>
719719
</div>
@@ -910,7 +910,7 @@ export const TranscriptionConfigDialog = memo(function TranscriptionConfigDialog
910910
NVIDIA Sortformer Limitations
911911
</h4>
912912
<p className="text-sm text-orange-700 dark:text-orange-300">
913-
This model is optimized for up to 4 speakers. For better accuracy with more speakers, use Pyannote instead.
913+
This model is optimized for up to 4 speakers. Beyond 4 speakers accuracy might degrade.
914914
</p>
915915
</div>
916916
</div>
@@ -1721,7 +1721,7 @@ export const TranscriptionConfigDialog = memo(function TranscriptionConfigDialog
17211721
NVIDIA Sortformer Limitations
17221722
</h4>
17231723
<p className="text-sm text-orange-700 dark:text-orange-300">
1724-
This model is optimized for up to 4 speakers. For better accuracy with more speakers, use Pyannote instead.
1724+
This model is optimized for up to 4 speakers. Beyond 4 speakers accuracy might degrade.
17251725
</p>
17261726
</div>
17271727
</div>

0 commit comments

Comments
 (0)