alexnasa commited on
Commit
b18501c
·
verified ·
1 Parent(s): 2fd21b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -204,7 +204,6 @@ def step4_track(session_id):
204
 
205
  # Lazy init + caching of FLAME model on GPU
206
  if "flame_model" not in _model_cache:
207
- global _model_cache
208
 
209
  flame = FLAME(tracking_conf) # CPU instantiation
210
  flame = flame.to(DEVICE) # CUDA init happens here
 
204
 
205
  # Lazy init + caching of FLAME model on GPU
206
  if "flame_model" not in _model_cache:
 
207
 
208
  flame = FLAME(tracking_conf) # CPU instantiation
209
  flame = flame.to(DEVICE) # CUDA init happens here