Szeyu commited on
Commit
6f079c8
·
verified ·
1 Parent(s): c3d9429

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -42,7 +42,6 @@ def generate_content(image):
42
  max_new_tokens=150,
43
  temperature=0.7,
44
  top_p=0.9,
45
- do_sample = True,
46
  no_repeat_ngram_size=2,
47
  return_full_text=False
48
  )[0]["generated_text"].strip()
 
42
  max_new_tokens=150,
43
  temperature=0.7,
44
  top_p=0.9,
 
45
  no_repeat_ngram_size=2,
46
  return_full_text=False
47
  )[0]["generated_text"].strip()