Spaces:
Runtime error
Runtime error
bump model version
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def process_book_with_google_books(book):
|
|
84 |
# define function that accepts an image
|
85 |
def detect_books(image):
|
86 |
# infer on a local image
|
87 |
-
results = CLIENT.infer(image, model_id="open-shelves/
|
88 |
results = sv.Detections.from_inference(results)
|
89 |
|
90 |
mask_annotator = sv.MaskAnnotator()
|
|
|
84 |
# define function that accepts an image
|
85 |
def detect_books(image):
|
86 |
# infer on a local image
|
87 |
+
results = CLIENT.infer(image, model_id="open-shelves/6")
|
88 |
results = sv.Detections.from_inference(results)
|
89 |
|
90 |
mask_annotator = sv.MaskAnnotator()
|