jbilcke-hf HF staff commited on
Commit
56d3742
β€’
1 Parent(s): 8556c64

temporary disable the 2nd page

Browse files
Files changed (1) hide show
  1. src/app/main.tsx +7 -1
src/app/main.tsx CHANGED
@@ -162,7 +162,13 @@ export default function Main() {
162
  }}>
163
  <Page page={0} />
164
 
165
- <Page page={1} />
 
 
 
 
 
 
166
  </div>
167
  </div>
168
  </div>
 
162
  }}>
163
  <Page page={0} />
164
 
165
+ {/* there are too many people using the AI comic factory right now
166
+ so I'm going to disable the second page
167
+ */}
168
+ {/*
169
+ disabled as the comic factory cannot scale right now
170
+ <Page page={1} />
171
+ */}
172
  </div>
173
  </div>
174
  </div>