Spaces:
Paused
Paused
Update src/app/interface/panel/index.tsx
Browse files
src/app/interface/panel/index.tsx
CHANGED
@@ -102,7 +102,7 @@ export function Panel({
|
|
102 |
// TODO: here we never reset the revision, so only the first user
|
103 |
// comic will be cached (we should fix that later)
|
104 |
withCache: revision === 0,
|
105 |
-
renderingEngine: '
|
106 |
})
|
107 |
if (newRendered.status === "error") {
|
108 |
newRendered = await newRender({
|
@@ -110,7 +110,7 @@ export function Panel({
|
|
110 |
width,
|
111 |
height,
|
112 |
withCache,
|
113 |
-
renderingEngine: '
|
114 |
})
|
115 |
}
|
116 |
|
|
|
102 |
// TODO: here we never reset the revision, so only the first user
|
103 |
// comic will be cached (we should fix that later)
|
104 |
withCache: revision === 0,
|
105 |
+
renderingEngine: 'FAL_AI'
|
106 |
})
|
107 |
if (newRendered.status === "error") {
|
108 |
newRendered = await newRender({
|
|
|
110 |
width,
|
111 |
height,
|
112 |
withCache,
|
113 |
+
renderingEngine: 'INFERENCE_API'
|
114 |
})
|
115 |
}
|
116 |
|