huathedev commited on
Commit
4976b70
·
1 Parent(s): 62596b8

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('output/dental-labels4.json', 'r') as file:
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