update
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ if update_model_id is not None:
|
|
46 |
|
47 |
#-------------
|
48 |
|
49 |
-
qmodel = '
|
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 |
|