WoodLB commited on
Commit
bc3c0e3
·
1 Parent(s): e3b75a8
Files changed (1) hide show
  1. app.py +1 -1
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
- from pydantic import PydanticUserError
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