Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from stpyvista import stpyvista
|
|
6 |
mesh = pv.read('file.obj')
|
7 |
|
8 |
# Load the JSON file
|
9 |
-
with open('
|
10 |
labels_data = json.load(file)
|
11 |
|
12 |
# Assuming labels_data['labels'] is a list of labels
|
|
|
6 |
mesh = pv.read('file.obj')
|
7 |
|
8 |
# Load the JSON file
|
9 |
+
with open('dental-labels4.json', 'r') as file:
|
10 |
labels_data = json.load(file)
|
11 |
|
12 |
# Assuming labels_data['labels'] is a list of labels
|