Spaces:
Running
Running
actually change repo id this time and not forget it
#1
by
DraconicDragon
- opened
app.py
CHANGED
@@ -271,6 +271,7 @@ def visualize_predictions(image: Image.Image, predictions: Dict, threshold: floa
|
|
271 |
return Image.open(buf)
|
272 |
|
273 |
# --- Constants ---
|
|
|
274 |
MODEL_OPTIONS = {
|
275 |
"cl_tagger_1_00_model_optimized_onnx": "cl_tagger_1_00/model_optimized.onnx"
|
276 |
}
|
|
|
271 |
return Image.open(buf)
|
272 |
|
273 |
# --- Constants ---
|
274 |
+
REPO_ID = "cella110n/cl_tagger"
|
275 |
MODEL_OPTIONS = {
|
276 |
"cl_tagger_1_00_model_optimized_onnx": "cl_tagger_1_00/model_optimized.onnx"
|
277 |
}
|