Hotalen commited on
Commit
b0f23e4
·
verified ·
1 Parent(s): 4459f3b

Update src/app/interface/panel/index.tsx

Browse files
Files changed (1) hide show
  1. src/app/interface/panel/index.tsx +2 -2
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: 'INFERENCE_API'
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: 'FAL_AI'
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