jbilcke-hf HF staff commited on
Commit
df92730
1 Parent(s): 24dca10

set beta by default

Browse files
Files changed (1) hide show
  1. public/index.html +9 -4
public/index.html CHANGED
@@ -94,21 +94,25 @@ function app() {
94
  return {
95
  enabled: false,
96
  channels: {
 
97
  legacy: {
98
  id: 'legacy',
99
- label: '#legacy',
100
  audience: 0,
101
  online: false,
 
102
  url: 'https://jbilcke-hf-media-server.hf.space/live/legacy.flv',
103
  resolution: '576x320',
104
  model: 'zeroscope_v2_576w',
105
  modelUrl: 'https://huggingface.co/cerspense/zeroscope_v2_576w',
106
  },
 
107
  hdtv: {
108
  id: 'hdtv',
109
- label: '#HDTV',
110
  audience: 0,
111
  online: false,
 
112
  url: 'https://jbilcke-hf-media-server.hf.space/live/hdtv.flv',
113
  resolution: '1024x576_8FPS',
114
  model: 'zeroscope_v2_XL',
@@ -116,9 +120,10 @@ function app() {
116
  },
117
  smooth: {
118
  id: 'smooth',
119
- label: '#next⌛',
120
  audience: 0,
121
  online: false,
 
122
  url: 'https://jbilcke-hf-media-server.hf.space/live/smooth.flv',
123
  resolution: '1024x576_24FPS',
124
  model: 'zeroscope_v2_XL',
@@ -129,7 +134,7 @@ function app() {
129
  muted: true,
130
  initialized: false,
131
  activityTimeout: null,
132
- defaultChannelId: 'hdtv',
133
  video: null,
134
  channel: {
135
  },
 
94
  return {
95
  enabled: false,
96
  channels: {
97
+ /*
98
  legacy: {
99
  id: 'legacy',
100
+ label: '#older',
101
  audience: 0,
102
  online: false,
103
+ visible: false,
104
  url: 'https://jbilcke-hf-media-server.hf.space/live/legacy.flv',
105
  resolution: '576x320',
106
  model: 'zeroscope_v2_576w',
107
  modelUrl: 'https://huggingface.co/cerspense/zeroscope_v2_576w',
108
  },
109
+ */
110
  hdtv: {
111
  id: 'hdtv',
112
+ label: '#old',
113
  audience: 0,
114
  online: false,
115
+ visible: true,
116
  url: 'https://jbilcke-hf-media-server.hf.space/live/hdtv.flv',
117
  resolution: '1024x576_8FPS',
118
  model: 'zeroscope_v2_XL',
 
120
  },
121
  smooth: {
122
  id: 'smooth',
123
+ label: '#beta⌛',
124
  audience: 0,
125
  online: false,
126
+ visible: true,
127
  url: 'https://jbilcke-hf-media-server.hf.space/live/smooth.flv',
128
  resolution: '1024x576_24FPS',
129
  model: 'zeroscope_v2_XL',
 
134
  muted: true,
135
  initialized: false,
136
  activityTimeout: null,
137
+ defaultChannelId: 'smooth',
138
  video: null,
139
  channel: {
140
  },