annasun28 commited on
Commit
a521d73
1 Parent(s): 0cc70d3

Fix hyperlinks

Browse files
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/src/seamless_communication">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