jbilcke-hf HF staff commited on
Commit
2f40022
1 Parent(s): 001cba6
src/components/monitor/DynamicPlayer/StoryboardBuffer.tsx CHANGED
@@ -14,7 +14,7 @@ export function StoryboardBuffer({
14
  <img
15
  className={cn(
16
  `absolute`,
17
- `h-full w-full rounded-md overflow-hidden`,
18
 
19
  // iseally we could only use the ease-out and duration-150
20
  // to avoid a weird fade to grey,
 
14
  <img
15
  className={cn(
16
  `absolute`,
17
+ `h-full rounded-md overflow-hidden`,
18
 
19
  // iseally we could only use the ease-out and duration-150
20
  // to avoid a weird fade to grey,
src/components/monitor/DynamicPlayer/index.tsx CHANGED
@@ -129,7 +129,7 @@ export const DynamicPlayer = ({
129
  ])
130
 
131
  return (
132
- <div className={cn(`@container flex flex-col flex-grow w-full`, className)}>
133
  <DynamicBuffer
134
  segment={dataUriBuffer1}
135
  isPlaying={isPlaying}
 
129
  ])
130
 
131
  return (
132
+ <div className={cn(`@container flex flex-col items-center flex-grow w-full`, className)}>
133
  <DynamicBuffer
134
  segment={dataUriBuffer1}
135
  isPlaying={isPlaying}
src/lib/core/constants.ts CHANGED
@@ -4,7 +4,7 @@
4
  export const HARD_LIMIT_NB_MAX_ASSETS_TO_GENERATE_IN_PARALLEL = 32
5
 
6
  export const APP_NAME = "Clapper AI"
7
- export const APP_REVISION = "r20240611-2256"
8
 
9
  export const APP_DOMAIN = "Clapper.app"
10
  export const APP_LINK = "https://clapper.app"
 
4
  export const HARD_LIMIT_NB_MAX_ASSETS_TO_GENERATE_IN_PARALLEL = 32
5
 
6
  export const APP_NAME = "Clapper AI"
7
+ export const APP_REVISION = "r20240611-2302"
8
 
9
  export const APP_DOMAIN = "Clapper.app"
10
  export const APP_LINK = "https://clapper.app"