Spaces:
Runtime error
Runtime error
Update streaming-react-app/src/StreamingInterface.tsx (#5)
Browse files- Update streaming-react-app/src/StreamingInterface.tsx (bc628378e1601e2a5f43dc7b5bad198619ba67cd)
Co-authored-by: Anna Sun <annasun28@users.noreply.huggingface.co>
streaming-react-app/src/StreamingInterface.tsx
CHANGED
@@ -1088,7 +1088,7 @@ export default function StreamingInterface() {
|
|
1088 |
serverState.serverLock.clientID !== clientID && (
|
1089 |
<div>
|
1090 |
<Alert severity="warning">
|
1091 |
-
{`The server is currently locked
|
1092 |
</Alert>
|
1093 |
</div>
|
1094 |
)}
|
|
|
1088 |
serverState.serverLock.clientID !== clientID && (
|
1089 |
<div>
|
1090 |
<Alert severity="warning">
|
1091 |
+
{`The server is currently locked. Priority will be given to that client when they are streaming, and your streaming session may be halted abruptly.`}
|
1092 |
</Alert>
|
1093 |
</div>
|
1094 |
)}
|