We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c6e56 commit cc9bf78Copy full SHA for cc9bf78
js/widgets/sampler.js
@@ -524,16 +524,16 @@ function SampleWidget() {
524
const randomDigit = Math.floor(Math.random() * 10);
525
526
const promptList = [
527
- "a",
528
- "b",
529
- "c",
530
- "d",
531
- "e",
532
- "f",
533
- "g",
534
- "h",
535
- "i",
536
- "j"
+ "Birds chirping in the morning",
+ "Rain falling on a window",
+ "Waves crashing on some rocks",
+ "Cat meowing near a door",
+ "Dog barking in a park",
+ "Horse galloping in a field",
+ "Children laughing at a playground",
+ "Footsteps walking on wooden floor",
+ "Car honking on the street",
+ "Clock ticking in a quiet room"
537
]
538
539
const randomPrompt = promptList[randomDigit]
0 commit comments