cella110n commited on
Commit
07a89bf
·
verified ·
1 Parent(s): 93a047b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -289,7 +289,7 @@ REPO_ID = "cella110n/cl_tagger"
289
  # Use the specified ONNX model filename
290
  ONNX_FILENAME = "cl_eva02_tagger_v1_250426/model.onnx"
291
  # Keep the previously used tag mapping filename
292
- TAG_MAPPING_FILENAME = "lora_model_0426/tag_mapping.json"
293
  CACHE_DIR = "./model_cache"
294
 
295
  # --- Global variables for paths (initialized at startup) ---
 
289
  # Use the specified ONNX model filename
290
  ONNX_FILENAME = "cl_eva02_tagger_v1_250426/model.onnx"
291
  # Keep the previously used tag mapping filename
292
+ TAG_MAPPING_FILENAME = "cl_eva02_tagger_v1_250426/tag_mapping.json"
293
  CACHE_DIR = "./model_cache"
294
 
295
  # --- Global variables for paths (initialized at startup) ---