Spaces:
Running
Running
Update launch.py
Browse files
launch.py
CHANGED
@@ -31,7 +31,6 @@ if not is_local_run:
|
|
31 |
with open(f"{code_dir}/api.json", "r") as file:
|
32 |
api_dict = json.load(file)
|
33 |
SEGM_i_CALL = api_dict["SEGM_i_CALL"]
|
34 |
-
SEGM_CALL = api_dict["SEGM_CALL"]
|
35 |
UNPOSED_CALL = api_dict["UNPOSED_CALL"]
|
36 |
MESH_CALL = api_dict["MESH_CALL"]
|
37 |
|
|
|
31 |
with open(f"{code_dir}/api.json", "r") as file:
|
32 |
api_dict = json.load(file)
|
33 |
SEGM_i_CALL = api_dict["SEGM_i_CALL"]
|
|
|
34 |
UNPOSED_CALL = api_dict["UNPOSED_CALL"]
|
35 |
MESH_CALL = api_dict["MESH_CALL"]
|
36 |
|