Anna Sun
commited on
Commit
·
8373c4c
1
Parent(s):
3697294
update instructions
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ models:
|
|
| 12 |
|
| 13 |
# Seamless Streaming demo
|
| 14 |
## Running on HF spaces
|
| 15 |
-
You can simply duplicate the space to run it.
|
| 16 |
|
| 17 |
## Running locally
|
| 18 |
### Install backend seamless_server dependencies
|
|
|
|
| 12 |
|
| 13 |
# Seamless Streaming demo
|
| 14 |
## Running on HF spaces
|
| 15 |
+
You can simply duplicate the space to run it.
|
| 16 |
|
| 17 |
## Running locally
|
| 18 |
### Install backend seamless_server dependencies
|
streaming-react-app/src/StreamingInterface.tsx
CHANGED
|
@@ -757,10 +757,14 @@ export default function StreamingInterface() {
|
|
| 757 |
<div className="header-container-sra">
|
| 758 |
<div>
|
| 759 |
<Typography variant="body2" sx={{color: '#65676B'}}>
|
| 760 |
-
Welcome! This space is
|
|
|
|
|
|
|
|
|
|
| 761 |
<br/>
|
| 762 |
-
|
| 763 |
-
room
|
|
|
|
| 764 |
<br/>
|
| 765 |
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.
|
| 766 |
<br/>
|
|
|
|
| 757 |
<div className="header-container-sra">
|
| 758 |
<div>
|
| 759 |
<Typography variant="body2" sx={{color: '#65676B'}}>
|
| 760 |
+
Welcome! This space is limited to one speaker at a time.
|
| 761 |
+
If using the live HF space, sharing room code to listeners on another
|
| 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 |
+
If max speakers reached, please duplicate the space <a target="_blank" rel="noopener noreferrer" href="https://huggingface.co/spaces/facebook/seamless-streaming?duplicate=true">here</a>.
|
| 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/>
|