jdye64 commited on
Commit
d75d375
·
unverified ·
1 Parent(s): da0e2c5

Update README example to use package

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -148,8 +148,12 @@ import numpy as np
148
  import matplotlib.pyplot as plt
149
  from PIL import Image
150
 
151
- from model import define_model
152
- from utils import plot_sample, postprocess_preds_table_structure, reformat_for_plotting
 
 
 
 
153
 
154
  # Load image
155
  path = "./example.png"
 
148
  import matplotlib.pyplot as plt
149
  from PIL import Image
150
 
151
+ from nemotron_table_structure_v1 import (
152
+ define_model,
153
+ plot_sample,
154
+ postprocess_preds_table_structure,
155
+ reformat_for_plotting,
156
+ )
157
 
158
  # Load image
159
  path = "./example.png"