adjust gpu warning

This commit is contained in:
Hayk Martiros 2022-12-14 22:07:47 -08:00
parent 7a009359ce
commit bcfb51591d
2 changed files with 5 additions and 5 deletions

View File

@ -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>
);

View File

@ -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 = {