There was an error while loading. Please reload this page.
1 parent 59aa3f3 commit ae4dba2Copy full SHA for ae4dba2
1 file changed
libs/labelbox/src/labelbox/schema/foundry/foundry_client.py
@@ -89,7 +89,7 @@ def run_app(
89
"classToSchemaId": app.class_to_schema_id,
90
"inferenceParams": app.inference_params,
91
"ontologyId": app.ontology_id,
92
- "modelAppId": app.id,
+ "modelAppId": app.id or "",
93
}
94
95
data_rows_key = (
0 commit comments