raksama19 commited on
Commit
b665270
·
verified ·
1 Parent(s): 8d25dfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -249,9 +249,7 @@ Provide a descriptive alt text in 1-2 sentences that is informative but not over
249
  **input_ids,
250
  max_new_tokens=1024,
251
  disable_compile=True,
252
- do_sample=True,
253
- temperature=0.7,
254
- top_p=0.9,
255
  pad_token_id=self.processor.tokenizer.pad_token_id
256
  )
257
 
 
249
  **input_ids,
250
  max_new_tokens=1024,
251
  disable_compile=True,
252
+ do_sample=False,
 
 
253
  pad_token_id=self.processor.tokenizer.pad_token_id
254
  )
255