adjust gpu warning
This commit is contained in:
parent
7a009359ce
commit
bcfb51591d
|
@ -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>
|
||||||
);
|
);
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue