Spaces:
Running
Running
Update src/app/main.tsx
Browse files- src/app/main.tsx +4 -1
src/app/main.tsx
CHANGED
@@ -15,8 +15,11 @@ import { LLMResponse } from "@/types"
|
|
15 |
const arr = [
|
16 |
"to unleash accelerated creation speeds.",
|
17 |
"to craft your comic's dialogues effortlessly in your preferred language.",
|
18 |
-
"for a seamless comic creation journey, free from disruptive ads.",
|
19 |
"to gain access to an expanded array of panels.",
|
|
|
|
|
|
|
|
|
20 |
]
|
21 |
|
22 |
function getRandomInt(max: number) {
|
|
|
15 |
const arr = [
|
16 |
"to unleash accelerated creation speeds.",
|
17 |
"to craft your comic's dialogues effortlessly in your preferred language.",
|
|
|
18 |
"to gain access to an expanded array of panels.",
|
19 |
+
"to maintain character consistency throughout your comic.",
|
20 |
+
"to upload your own photos and incorporate them into your comic.",
|
21 |
+
"to experience the latest flux.1 model for enhanced comic generation.",
|
22 |
+
"to support us by clicking on the ads above or below, as maintenance isn't easy.",
|
23 |
]
|
24 |
|
25 |
function getRandomInt(max: number) {
|