Instructions to use Xenova/RTMO-l with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/RTMO-l with Transformers.js:
// ⚠️ Unknown pipeline tag
Update preprocessor_config.json
Browse files- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
|
@@ -7,6 +7,6 @@
|
|
| 7 |
"resample": 2,
|
| 8 |
"size": {
|
| 9 |
"width": 640,
|
| 10 |
-
"height" 640
|
| 11 |
}
|
| 12 |
}
|
|
|
|
| 7 |
"resample": 2,
|
| 8 |
"size": {
|
| 9 |
"width": 640,
|
| 10 |
+
"height": 640
|
| 11 |
}
|
| 12 |
}
|