Spaces:
Runtime error
Runtime error
Armand du Plessis
commited on
Commit
•
cf45a6b
1
Parent(s):
75ce5ee
simple multi-lingual demo
Browse files
streaming-react-app/src/StreamingInterface.tsx
CHANGED
@@ -750,30 +750,24 @@ export default function StreamingInterface() {
|
|
750 |
|
751 |
<div>
|
752 |
<Typography variant="h1" sx={{color: '#65676B'}}>
|
753 |
-
Seamless
|
754 |
</Typography>
|
755 |
</div>
|
756 |
</div>
|
757 |
<div className="header-container-sra">
|
758 |
<div>
|
759 |
<Typography variant="body2" sx={{color: '#65676B'}}>
|
760 |
-
Welcome! This space is limited to one
|
761 |
-
|
762 |
-
IP address may not work because it's running on different replicas.
|
763 |
-
Use headphones if you are both speaker and listener to prevent feedback.
|
764 |
<br/>
|
765 |
-
|
766 |
-
In your duplicated space, join a room as speaker or listener (or both),
|
767 |
-
and share the room code to invite listeners.
|
768 |
-
<br/>
|
769 |
-
Check out the seamless_communication <a target="_blank" rel="noopener noreferrer" href="https://github.com/facebookresearch/seamless_communication/tree/main">README</a> for more information.
|
770 |
-
<br/>
|
771 |
-
SeamlessStreaming model is a research model and is not released
|
772 |
for production deployment. The streaming quality is closely
|
773 |
-
related to proper VAD segmentation.
|
|
|
|
|
774 |
every couple of sentences, or you may wish adjust the VAD threshold
|
775 |
in the model config. The real-time performance will degrade
|
776 |
-
if you try
|
777 |
</Typography>
|
778 |
</div>
|
779 |
</div>
|
@@ -809,7 +803,7 @@ export default function StreamingInterface() {
|
|
809 |
<>
|
810 |
<Divider />
|
811 |
|
812 |
-
<Stack spacing="12px" direction="column">
|
813 |
<FormLabel id="output-modes-radio-group-label">
|
814 |
Model
|
815 |
</FormLabel>
|
@@ -848,7 +842,7 @@ export default function StreamingInterface() {
|
|
848 |
</Select>
|
849 |
</FormControl>
|
850 |
|
851 |
-
</Stack>
|
852 |
|
853 |
<Stack spacing={0.5}>
|
854 |
<FormLabel id="output-modes-radio-group-label">
|
|
|
750 |
|
751 |
<div>
|
752 |
<Typography variant="h1" sx={{color: '#65676B'}}>
|
753 |
+
PulseLive Seamless Event Hosting
|
754 |
</Typography>
|
755 |
</div>
|
756 |
</div>
|
757 |
<div className="header-container-sra">
|
758 |
<div>
|
759 |
<Typography variant="body2" sx={{color: '#65676B'}}>
|
760 |
+
Welcome ! This space is limited to one commentator at a time.
|
761 |
+
Use headphones if you are both host and listener to prevent feedback.
|
|
|
|
|
762 |
<br/>
|
763 |
+
PulseLiveSeamlessStreaming is based on the Meta SeamlessStreaming research model and is not released
|
|
|
|
|
|
|
|
|
|
|
|
|
764 |
for production deployment. The streaming quality is closely
|
765 |
+
related to proper VAD segmentation.
|
766 |
+
<br/>
|
767 |
+
It works best if you pause
|
768 |
every couple of sentences, or you may wish adjust the VAD threshold
|
769 |
in the model config. The real-time performance will degrade
|
770 |
+
if you try translating multiple commentators at the same time.
|
771 |
</Typography>
|
772 |
</div>
|
773 |
</div>
|
|
|
803 |
<>
|
804 |
<Divider />
|
805 |
|
806 |
+
{/* <Stack spacing="12px" direction="column">
|
807 |
<FormLabel id="output-modes-radio-group-label">
|
808 |
Model
|
809 |
</FormLabel>
|
|
|
842 |
</Select>
|
843 |
</FormControl>
|
844 |
|
845 |
+
</Stack> */}
|
846 |
|
847 |
<Stack spacing={0.5}>
|
848 |
<FormLabel id="output-modes-radio-group-label">
|