Spaces:
Runtime error
Runtime error
here
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ Original file is located at
|
|
21 |
|
22 |
Inout your API_Key, Ontology_ID, and Model_Run_ID
|
23 |
"""
|
24 |
-
|
25 |
def train_and_inference(api_key, ontology_id, model_run_id):
|
26 |
st.write('thisisstarting')
|
27 |
api_key = api_key # insert Labelbox API key
|
|
|
21 |
|
22 |
Inout your API_Key, Ontology_ID, and Model_Run_ID
|
23 |
"""
|
24 |
+
|
25 |
def train_and_inference(api_key, ontology_id, model_run_id):
|
26 |
st.write('thisisstarting')
|
27 |
api_key = api_key # insert Labelbox API key
|