Spaces:
Running
Running
Update index.js
Browse files
index.js
CHANGED
@@ -19,7 +19,7 @@ const processor = await AutoProcessor.from_pretrained('Xenova/yolov9-c');
|
|
19 |
processor.feature_extractor.size = { width: 128, height: 128 }
|
20 |
|
21 |
const model = await AutoModel.from_pretrained('Xenova/yolov9-c', {
|
22 |
-
quantized: false,
|
23 |
});
|
24 |
status.textContent = 'Ready';
|
25 |
|
|
|
19 |
processor.feature_extractor.size = { width: 128, height: 128 }
|
20 |
|
21 |
const model = await AutoModel.from_pretrained('Xenova/yolov9-c', {
|
22 |
+
// quantized: false,
|
23 |
});
|
24 |
status.textContent = 'Ready';
|
25 |
|