Jibrann commited on
Commit
ee8272c
·
verified ·
1 Parent(s): bd601e0

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. inference.py +1 -1
inference.py CHANGED
@@ -217,7 +217,7 @@ def main() -> None:
217
 
218
  segment = grade_segmentation(observation)
219
  placing = grade_placement(observation)
220
- adjust = grade_adjust(observation)
221
 
222
 
223
  if __name__ == "__main__":
 
217
 
218
  segment = grade_segmentation(observation)
219
  placing = grade_placement(observation)
220
+ adjust = grade_adjustment(observation)
221
 
222
 
223
  if __name__ == "__main__":