Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ load_fn(models)
|
|
54 |
|
55 |
tags_plus_models_to_list=[]
|
56 |
for tag_plus_m in tags_plus_models:
|
57 |
-
tags_plus_models_to_list.append([tag_plus_m[0],tag_plus_m[
|
58 |
|
59 |
def test_pass(test):
|
60 |
if test==os.getenv('p'):
|
|
|
54 |
|
55 |
tags_plus_models_to_list=[]
|
56 |
for tag_plus_m in tags_plus_models:
|
57 |
+
tags_plus_models_to_list.append([tag_plus_m[0],tag_plus_m[2]])
|
58 |
|
59 |
def test_pass(test):
|
60 |
if test==os.getenv('p'):
|