madhavkotecha commited on
Commit
11d603e
·
verified ·
1 Parent(s): 9396fcf

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
  return final_texts_df, bounding_box_path, final_tokens, final_logits, generated_texts
143
 
144
 
145
- image_path = "raw_dataset/g06-037h.png"
146
  df, bounding_path, tokens, logits, gen_texts = inference(image_path, debug=False, return_texts='final_v2')
147
 
148
  ----------------------------------------------------------------
 
142
  return final_texts_df, bounding_box_path, final_tokens, final_logits, generated_texts
143
 
144
 
145
+ # image_path = "raw_dataset/g06-037h.png"
146
  df, bounding_path, tokens, logits, gen_texts = inference(image_path, debug=False, return_texts='final_v2')
147
 
148
  ----------------------------------------------------------------