adjust gpu warning
This commit is contained in:
parent
7a009359ce
commit
bcfb51591d
|
@ -1,11 +1,11 @@
|
|||
export default function FallingBehindWarning() {
|
||||
return (
|
||||
<div
|
||||
className="fixed z-20 bottom-8 md:bottom-8 left-12 md:left-12 bg-yellow-50 border border-yellow-600 text-yellow-700 px-4 py-3 rounded"
|
||||
className="fixed z-20 top-8 md:bottom-8 left-12 md:left-12 bg-yellow-50 border border-yellow-600 text-yellow-700 px-4 py-3 rounded"
|
||||
role="alert"
|
||||
>
|
||||
<span className="block sm:inline mr-8">
|
||||
<b>Uh oh!</b> The GPU server is behind.
|
||||
<b>Uh oh!</b> Servers are behind, scaling up...
|
||||
</span>
|
||||
</div>
|
||||
);
|
||||
|
|
|
@ -21,6 +21,9 @@ export const samplePrompts = [
|
|||
"brazilian Forró dance",
|
||||
"bongos on a havana street",
|
||||
"copacabana beach",
|
||||
"psychedelic nepalese trance",
|
||||
"jazzy rapping from paris",
|
||||
"ancient chinese hymn",
|
||||
];
|
||||
|
||||
export const rollTheDicePrompts = [
|
||||
|
@ -48,10 +51,7 @@ export const rollTheDicePrompts = [
|
|||
"new orleans blues",
|
||||
"clarinet with maracas",
|
||||
"sultry sinatra",
|
||||
"ancient chinese hymn",
|
||||
"square dancing in wyoming",
|
||||
"psychedelic nepalese trance",
|
||||
"jazzy rapping from paris",
|
||||
];
|
||||
|
||||
export const initialSeedImageMap = {
|
||||
|
|
Loading…
Reference in New Issue