Tiger-J commited on
Commit
57adce0
·
verified ·
1 Parent(s): 89185cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ qa_samples = [
75
  ["main_6.jpeg", "What are they doing?"],
76
  ]
77
 
78
- contextdet_model = ContextDetDemo('./ckpt.pth')
79
 
80
 
81
  def inference_fn_select(image_input, text_input, task_button, history=[]):
 
75
  ["main_6.jpeg", "What are they doing?"],
76
  ]
77
 
78
+ contextdet_model = ContextDetDemo('./checkpoint.pth')
79
 
80
 
81
  def inference_fn_select(image_input, text_input, task_button, history=[]):