JosephZ commited on
Commit
a980fa4
·
verified ·
1 Parent(s): dd657f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ generation_config=GenerationConfig(
75
  max_new_tokens=2048,
76
  )
77
 
78
- def build_prompt(image, use_text):
79
  #base64_image = encode_image_to_base64(image)
80
  messages = [
81
  {
 
75
  max_new_tokens=2048,
76
  )
77
 
78
+ def build_prompt(image, user_text):
79
  #base64_image = encode_image_to_base64(image)
80
  messages = [
81
  {