Eueuiaa commited on
Commit
06e4a29
·
verified ·
1 Parent(s): 8cf736e

Update api/ltx_server.py

Browse files
Files changed (1) hide show
  1. api/ltx_server.py +1 -1
api/ltx_server.py CHANGED
@@ -19,7 +19,7 @@ logging.set_verbosity_debug()
19
  LTXV_DEBUG=1
20
  LTXV_FRAME_LOG_EVERY=8
21
 
22
-
23
 
24
  # --- 1. IMPORTAÇÕES ---
25
  import os, subprocess, shlex, tempfile
 
19
  LTXV_DEBUG=1
20
  LTXV_FRAME_LOG_EVERY=8
21
 
22
+ from dataclasses import dataclass
23
 
24
  # --- 1. IMPORTAÇÕES ---
25
  import os, subprocess, shlex, tempfile