Xenova HF staff commited on
Commit
511d9eb
1 Parent(s): 7d01775

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -1,3 +1,11 @@
1
  {
2
- "model_type": "modnet"
 
 
 
 
 
 
 
 
3
  }
 
1
  {
2
+ "model_type": "modnet",
3
+ "transformers.js_config": {
4
+ "free_dimension_overrides": {
5
+ "batch_size": 1,
6
+ "num_channels": 3,
7
+ "height": 512,
8
+ "width": 512
9
+ }
10
+ }
11
  }