Illustre commited on
Commit
527c368
1 Parent(s): 062bd4b

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -88,7 +88,7 @@ class Model:
88
 
89
  # Open the file in binary mode for reading
90
  with open(ply_path.name, 'rb') as file:
91
- data = file.read()
92
 
93
  outputs = [ply_path.name, data]
94
 
 
88
 
89
  # Open the file in binary mode for reading
90
  with open(ply_path.name, 'rb') as file:
91
+ data = file.read()
92
 
93
  outputs = [ply_path.name, data]
94