Spaces:
Runtime error
Runtime error
Commit
•
b75c3b9
1
Parent(s):
f1f7060
working on new structure
Browse files- public/index.html +14 -3
public/index.html
CHANGED
@@ -121,12 +121,23 @@ function app() {
|
|
121 |
},
|
122 |
*/
|
123 |
smooth: {
|
124 |
-
id: '
|
125 |
label: '#random',
|
126 |
audience: 0,
|
127 |
online: false,
|
128 |
visible: true,
|
129 |
-
url: 'https://jbilcke-hf-media-server.hf.space/live/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
resolution: '1024x576_24FPS',
|
131 |
model: 'zeroscope_v2_XL',
|
132 |
modelUrl: 'https://huggingface.co/cerspense/zeroscope_v2_XL',
|
@@ -136,7 +147,7 @@ function app() {
|
|
136 |
muted: true,
|
137 |
initialized: false,
|
138 |
activityTimeout: null,
|
139 |
-
defaultChannelId: '
|
140 |
video: null,
|
141 |
channel: {
|
142 |
},
|
|
|
121 |
},
|
122 |
*/
|
123 |
smooth: {
|
124 |
+
id: 'random',
|
125 |
label: '#random',
|
126 |
audience: 0,
|
127 |
online: false,
|
128 |
visible: true,
|
129 |
+
url: 'https://jbilcke-hf-media-server.hf.space/live/random.flv',
|
130 |
+
resolution: '1024x576_24FPS',
|
131 |
+
model: 'zeroscope_v2_XL',
|
132 |
+
modelUrl: 'https://huggingface.co/cerspense/zeroscope_v2_XL',
|
133 |
+
},
|
134 |
+
smooth: {
|
135 |
+
id: 'comedy',
|
136 |
+
label: '#comedy',
|
137 |
+
audience: 0,
|
138 |
+
online: false,
|
139 |
+
visible: true,
|
140 |
+
url: 'https://jbilcke-hf-media-server.hf.space/live/comedy.flv',
|
141 |
resolution: '1024x576_24FPS',
|
142 |
model: 'zeroscope_v2_XL',
|
143 |
modelUrl: 'https://huggingface.co/cerspense/zeroscope_v2_XL',
|
|
|
147 |
muted: true,
|
148 |
initialized: false,
|
149 |
activityTimeout: null,
|
150 |
+
defaultChannelId: 'random',
|
151 |
video: null,
|
152 |
channel: {
|
153 |
},
|