Spaces:
Runtime error
Runtime error
here
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def train_and_inference(api_key, ontology_id, model_run_id):
|
|
| 47 |
st.write('zat')
|
| 48 |
from labelbox import Client
|
| 49 |
st.write('8')
|
| 50 |
-
from labelbox import (
|
| 51 |
Label, ImageData,
|
| 52 |
Radio,
|
| 53 |
ClassificationAnnotation, ClassificationAnswer
|
|
|
|
| 47 |
st.write('zat')
|
| 48 |
from labelbox import Client
|
| 49 |
st.write('8')
|
| 50 |
+
from labelbox.data import (
|
| 51 |
Label, ImageData,
|
| 52 |
Radio,
|
| 53 |
ClassificationAnnotation, ClassificationAnswer
|