johko commited on
Commit
915551e
·
1 Parent(s): 9e1896f

remove unneeded line

Browse files

I think you don't need that line

Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ processor = OwlViTProcessor.from_pretrained("google/owlvit-base-patch32")
17
 
18
 
19
  def query_image(img, text_queries, score_threshold):
20
- text_queries = text_queries
21
  text_queries = text_queries.split(",")
22
 
23
  target_sizes = torch.Tensor([img.shape[:2]])
 
17
 
18
 
19
  def query_image(img, text_queries, score_threshold):
 
20
  text_queries = text_queries.split(",")
21
 
22
  target_sizes = torch.Tensor([img.shape[:2]])