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() { export default function FallingBehindWarning() {
return ( return (
<div <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" role="alert"
> >
<span className="block sm:inline mr-8"> <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> </span>
</div> </div>
); );

View File

@ -21,6 +21,9 @@ export const samplePrompts = [
"brazilian Forró dance", "brazilian Forró dance",
"bongos on a havana street", "bongos on a havana street",
"copacabana beach", "copacabana beach",
"psychedelic nepalese trance",
"jazzy rapping from paris",
"ancient chinese hymn",
]; ];
export const rollTheDicePrompts = [ export const rollTheDicePrompts = [
@ -48,10 +51,7 @@ export const rollTheDicePrompts = [
"new orleans blues", "new orleans blues",
"clarinet with maracas", "clarinet with maracas",
"sultry sinatra", "sultry sinatra",
"ancient chinese hymn",
"square dancing in wyoming", "square dancing in wyoming",
"psychedelic nepalese trance",
"jazzy rapping from paris",
]; ];
export const initialSeedImageMap = { export const initialSeedImageMap = {