madhavkotecha commited on
Commit
fa9ebe1
·
verified ·
1 Parent(s): 44d2df2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ def inference(image_path, debug=False, return_texts='final'):
142
 
143
 
144
  # image_path = "raw_dataset/g06-037h.png"
145
- df, bounding_path, tokens, logits, gen_texts = inference(image_path, debug=False, return_texts='final_v2')
146
 
147
 
148
 
 
142
 
143
 
144
  # image_path = "raw_dataset/g06-037h.png"
145
+ # df, bounding_path, tokens, logits, gen_texts = inference(image_path, debug=False, return_texts='final_v2')
146
 
147
 
148