Spaces:
Paused
Paused
Julian Bilcke
commited on
Commit
·
f7ac73c
1
Parent(s):
3ffc848
no actually, it is 2x2
Browse files
src/production/generateVideo.mts
CHANGED
|
@@ -10,7 +10,7 @@ export const state = {
|
|
| 10 |
const instances: string[] = [
|
| 11 |
`${process.env.VC_ZEROSCOPE_SPACE_API_URL_1 || ""}`,
|
| 12 |
`${process.env.VC_ZEROSCOPE_SPACE_API_URL_2 || ""}`,
|
| 13 |
-
`${process.env.VC_ZEROSCOPE_SPACE_API_URL_3 || ""}`,
|
| 14 |
].filter(instance => instance?.length > 0)
|
| 15 |
|
| 16 |
export const generateVideo = async (prompt: string, options?: {
|
|
|
|
| 10 |
const instances: string[] = [
|
| 11 |
`${process.env.VC_ZEROSCOPE_SPACE_API_URL_1 || ""}`,
|
| 12 |
`${process.env.VC_ZEROSCOPE_SPACE_API_URL_2 || ""}`,
|
| 13 |
+
// `${process.env.VC_ZEROSCOPE_SPACE_API_URL_3 || ""}`,
|
| 14 |
].filter(instance => instance?.length > 0)
|
| 15 |
|
| 16 |
export const generateVideo = async (prompt: string, options?: {
|
src/utils/segmentImage.mts
CHANGED
|
@@ -9,7 +9,7 @@ import { resizeBase64Image } from "./resizeBase64Image.mts"
|
|
| 9 |
const instances: string[] = [
|
| 10 |
`${process.env.VC_SEGMENTATION_MODULE_SPACE_API_URL_1 || ""}`,
|
| 11 |
`${process.env.VC_SEGMENTATION_MODULE_SPACE_API_URL_2 || ""}`,
|
| 12 |
-
`${process.env.VC_SEGMENTATION_MODULE_SPACE_API_URL_3 || ""}`,
|
| 13 |
]
|
| 14 |
|
| 15 |
// TODO we should use an inference endpoint instead
|
|
|
|
| 9 |
const instances: string[] = [
|
| 10 |
`${process.env.VC_SEGMENTATION_MODULE_SPACE_API_URL_1 || ""}`,
|
| 11 |
`${process.env.VC_SEGMENTATION_MODULE_SPACE_API_URL_2 || ""}`,
|
| 12 |
+
// `${process.env.VC_SEGMENTATION_MODULE_SPACE_API_URL_3 || ""}`,
|
| 13 |
]
|
| 14 |
|
| 15 |
// TODO we should use an inference endpoint instead
|