jbilcke-hf HF staff commited on
Commit
1b18d48
1 Parent(s): 1d4d2b4

let's increase quality

Browse files
src/app/server/actions/generateGradio.ts CHANGED
@@ -12,7 +12,7 @@ export async function generateGradio({
12
  // replicateLora, // not supported yet
13
  nbFrames = 8,
14
  duration = 1000,
15
- steps = 30,
16
  }: VideoOptions): Promise<string> {
17
  /*
18
  console.log(`SEND TO ${gradioApi + (gradioApi.endsWith("/") ? "" : "/") + "api/predict"}:`, [
 
12
  // replicateLora, // not supported yet
13
  nbFrames = 8,
14
  duration = 1000,
15
+ steps = 35,
16
  }: VideoOptions): Promise<string> {
17
  /*
18
  console.log(`SEND TO ${gradioApi + (gradioApi.endsWith("/") ? "" : "/") + "api/predict"}:`, [