caarleexx commited on
Commit
d68340f
·
verified ·
1 Parent(s): faea5a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -15,6 +15,10 @@ from PIL import Image
15
  # Serviço LTX para geração de vídeo base e refinamento de textura
16
  from api.ltx_video_complete import video_service
17
 
 
 
 
 
18
  # --- ESTADO DA SESSÃO ---
19
  def create_initial_state():
20
  return {
 
15
  # Serviço LTX para geração de vídeo base e refinamento de textura
16
  from api.ltx_video_complete import video_service
17
 
18
+ video_service = VideoService()
19
+
20
+
21
+
22
  # --- ESTADO DA SESSÃO ---
23
  def create_initial_state():
24
  return {