ronke123 commited on
Commit
86a4b0c
·
verified ·
1 Parent(s): 4dce352

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ class ScreenVLMEngine:
169
  eos_token_id=100257,
170
  pad_token_id=100257,
171
  #repetition_penalty=1.15, # Penalizes sequential tag repetition
172
- num_beams=2, # Uses Beam Search instead of Greedy Decoding (slower but more precise)
173
  #no_repeat_ngram_size=4 # Prevents redundant coordinate loops
174
 
175
  )
 
169
  eos_token_id=100257,
170
  pad_token_id=100257,
171
  #repetition_penalty=1.15, # Penalizes sequential tag repetition
172
+ #num_beams=2, # Uses Beam Search instead of Greedy Decoding (slower but more precise)
173
  #no_repeat_ngram_size=4 # Prevents redundant coordinate loops
174
 
175
  )