Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
c87df86
1
Parent(s):
114a9b6
adding a server
Browse files
src/utils/upscaleImage.mts
CHANGED
@@ -9,6 +9,7 @@ const instances: string[] = [
|
|
9 |
`${process.env.VC_UPSCALING_SPACE_API_URL_2 || ""}`,
|
10 |
`${process.env.VC_UPSCALING_SPACE_API_URL_3 || ""}`,
|
11 |
`${process.env.VC_UPSCALING_SPACE_API_URL_4 || ""}`,
|
|
|
12 |
].filter(instance => instance?.length > 0)
|
13 |
|
14 |
// this doesn't work because of this error.. I think the version of Gradio is too old/young?
|
|
|
9 |
`${process.env.VC_UPSCALING_SPACE_API_URL_2 || ""}`,
|
10 |
`${process.env.VC_UPSCALING_SPACE_API_URL_3 || ""}`,
|
11 |
`${process.env.VC_UPSCALING_SPACE_API_URL_4 || ""}`,
|
12 |
+
`${process.env.VC_UPSCALING_SPACE_API_URL_5 || ""}`,
|
13 |
].filter(instance => instance?.length > 0)
|
14 |
|
15 |
// this doesn't work because of this error.. I think the version of Gradio is too old/young?
|