uptaleend commited on
Commit
9c6fc1d
1 Parent(s): b0eb656

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ config_name = "config/config_cris.json"
15
 
16
  svc_model = Svc(model_name, config_name)
17
  sid_map = {
18
- "gdglow": "gdglow"
19
  }
20
 
21
 
 
15
 
16
  svc_model = Svc(model_name, config_name)
17
  sid_map = {
18
+ "cris": "cris"
19
  }
20
 
21