mitudesk commited on
Commit
752109e
1 Parent(s): 0a24593

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def vc_fn(sid, vc_input3,vc_input4,vc_transform,sid3):
51
  sid = sid_map[sid]
52
  print(sid)
53
 
54
- if sid in ["rice","tieo","aimya"]:
55
  svc = Svc(model_name, config_name)
56
  if sid in ["taishin","nature","mati"]:
57
  svc = Svc(model2_name, config2_name)
 
51
  sid = sid_map[sid]
52
  print(sid)
53
 
54
+ if sid in ["rice","teio","aimya"]:
55
  svc = Svc(model_name, config_name)
56
  if sid in ["taishin","nature","mati"]:
57
  svc = Svc(model2_name, config2_name)