mrbeliever commited on
Commit
0760a62
·
verified ·
1 Parent(s): 3dc8d07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def generate_caption(encoded_image):
25
  random_string = str(random.randint(100000, 999999))
26
 
27
  payload = {
28
- "model": "Qwen/Qwen2-VL-7B-Instruct",
29
  "messages": [
30
  {
31
  "role": "system",
 
25
  random_string = str(random.randint(100000, 999999))
26
 
27
  payload = {
28
+ "model": "Qwen/Qwen2-VL-72B-Instruct",
29
  "messages": [
30
  {
31
  "role": "system",