ch-tseng commited on
Commit
dbb47b9
·
1 Parent(s): 454e16a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ if update_model_id is not None:
46
 
47
  #-------------
48
 
49
- qmodel = 'crowded_human'
50
  if 'model' in query_params:
51
  qmodel = query_params['model'][0]
52
 
 
46
 
47
  #-------------
48
 
49
+ qmodel = 'Crowded-Human'
50
  if 'model' in query_params:
51
  qmodel = query_params['model'][0]
52