Spaces:
Running
on
T4
Running
on
T4
fix hyperlinks (#10)
Browse files- fix hyperlinks (f348cb963b268a3fe59f4942cb4402da87e70226)
Co-authored-by: Anna Sun <annasun28@users.noreply.huggingface.co>
streaming-react-app/src/StreamingInterface.tsx
CHANGED
@@ -758,12 +758,9 @@ export default function StreamingInterface() {
|
|
758 |
<Typography variant="body2" sx={{color: '#65676B'}}>
|
759 |
Welcome! Join a room as speaker or listener (or both), and share the
|
760 |
room code to invite listeners. If you see the server is locked,
|
761 |
-
please duplicate the space
|
762 |
-
<a href="https://huggingface.co/spaces/facebook/seamless-streaming?duplicate=true">here</a>.
|
763 |
<br/>
|
764 |
-
Check out the seamless_communication
|
765 |
-
<a href="https://github.com/facebookresearch/seamless_communication/tree/main/src/seamless_communication">README</a>
|
766 |
-
for more information
|
767 |
<br/>
|
768 |
SeamlessStreaming model is a research model and is not released
|
769 |
for production deployment. The streaming quality is closely
|
|
|
758 |
<Typography variant="body2" sx={{color: '#65676B'}}>
|
759 |
Welcome! Join a room as speaker or listener (or both), and share the
|
760 |
room code to invite listeners. If you see the server is locked,
|
761 |
+
please duplicate the space <a target="_blank" rel="noopener noreferrer" href="https://huggingface.co/spaces/facebook/seamless-streaming?duplicate=true">here</a>.
|
|
|
762 |
<br/>
|
763 |
+
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
|
|
|
|
|
764 |
<br/>
|
765 |
SeamlessStreaming model is a research model and is not released
|
766 |
for production deployment. The streaming quality is closely
|