tp53 commited on
Commit
469af7a
·
verified ·
1 Parent(s): 4eaaaee

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
44
  logger.info(f"Using device: {DEVICE}")
45
 
46
  # Global model cache
47
- MODELS: Dict[str, Any] = {}
48
 
49
  # Checkpoint mapping (HuggingFace Hub paths)
50
  CHECKPOINTS = {
 
44
  logger.info(f"Using device: {DEVICE}")
45
 
46
  # Global model cache
47
+ MODELS = {}
48
 
49
  # Checkpoint mapping (HuggingFace Hub paths)
50
  CHECKPOINTS = {