Anuj-Panthri commited on
Commit
143c297
·
1 Parent(s): 40c8935

Changed Demo Page FR Mode

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -5,7 +5,7 @@ demo_config={
5
  "large_size":1024,
6
 
7
  "db_mode":'small', # 'small','large','both'
8
- "fr_mode":'large', # 'small','large','both'
9
 
10
  "a_thres":0.6
11
  }
 
5
  "large_size":1024,
6
 
7
  "db_mode":'small', # 'small','large','both'
8
+ "fr_mode":'both', # 'small','large','both'
9
 
10
  "a_thres":0.6
11
  }