jbilcke-hf HF staff commited on
Commit
2d95cb4
1 Parent(s): 63aee38

increase video export time

Browse files
Files changed (1) hide show
  1. src/app/main.tsx +1 -1
src/app/main.tsx CHANGED
@@ -379,7 +379,7 @@ export function Main() {
379
  entities: 2200,
380
  images: 1000,
381
  voices: 2000,
382
- video_export: 1500,
383
  idle: 1000
384
  }
385
 
 
379
  entities: 2200,
380
  images: 1000,
381
  voices: 2000,
382
+ video_export: 2500,
383
  idle: 1000
384
  }
385