mrbeliever commited on
Commit
cc3f25c
·
verified ·
1 Parent(s): 03fea36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def generate_caption(encoded_image):
42
  "url": f"data:image/png;base64,{encoded_image}?{random_string}" # Added random query to avoid cache
43
  }
44
  },
45
- "temperature": 0
46
  }
47
 
48
  # Send request to API
 
42
  "url": f"data:image/png;base64,{encoded_image}?{random_string}" # Added random query to avoid cache
43
  }
44
  },
45
+ "temperature": 1
46
  }
47
 
48
  # Send request to API