Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
Β·
ba0236b
1
Parent(s):
1b8a1ed
let's allocate upscaling servers to AI Tube instead
Browse files
src/app/interface/bottom-bar/index.tsx
CHANGED
@@ -93,14 +93,14 @@ export function BottomBar() {
|
|
93 |
`scale-[0.9]`
|
94 |
)}>
|
95 |
<SettingsDialog />
|
96 |
-
|
97 |
onClick={handleUpscale}
|
98 |
disabled={!prompt?.length || remainingImages > 0 || isUpscaling || !Object.values(upscaleQueue).length}
|
99 |
>
|
100 |
{isUpscaling
|
101 |
? `${allStatus.length - Object.values(upscaleQueue).length}/${allStatus.length} β`
|
102 |
: "Upscale"}
|
103 |
-
|
104 |
|
105 |
{/*
|
106 |
<div>
|
|
|
93 |
`scale-[0.9]`
|
94 |
)}>
|
95 |
<SettingsDialog />
|
96 |
+
{/*<Button
|
97 |
onClick={handleUpscale}
|
98 |
disabled={!prompt?.length || remainingImages > 0 || isUpscaling || !Object.values(upscaleQueue).length}
|
99 |
>
|
100 |
{isUpscaling
|
101 |
? `${allStatus.length - Object.values(upscaleQueue).length}/${allStatus.length} β`
|
102 |
: "Upscale"}
|
103 |
+
</Button>*/}
|
104 |
|
105 |
{/*
|
106 |
<div>
|