urbiponi commited on
Commit
2324745
·
verified ·
1 Parent(s): 097a199

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def predict(image, prompt):
61
  "role": "user",
62
  "content": "Generate a description of this image focusing on: " + prompt,
63
  },
64
- ]
65
  return predict_internal(resize_image_for_fast_caption(image), convo)
66
 
67
 
 
61
  "role": "user",
62
  "content": "Generate a description of this image focusing on: " + prompt,
63
  },
64
+ ]
65
  return predict_internal(resize_image_for_fast_caption(image), convo)
66
 
67