cella110n commited on
Commit
3cc1c20
·
verified ·
1 Parent(s): 601532d

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,7 +267,7 @@ def visualize_predictions(image: Image.Image, predictions: Dict, threshold: floa
267
  return Image.open(buf)
268
 
269
  # --- Constants ---
270
- REPO_ID = "cella110n/cl_tagger"
271
  # Model options
272
  MODEL_OPTIONS = {
273
  "cl_eva02_tagger_v1_250426": "cl_eva02_tagger_v1_250426/model.onnx",
 
267
  return Image.open(buf)
268
 
269
  # --- Constants ---
270
+ REPO_ID = "celstk/wd-eva02-lora-onnx"
271
  # Model options
272
  MODEL_OPTIONS = {
273
  "cl_eva02_tagger_v1_250426": "cl_eva02_tagger_v1_250426/model.onnx",