mrbeliever commited on
Commit
1d55dfe
·
verified ·
1 Parent(s): 120448f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def generate_caption(image_base64, api_key):
19
  api_url = "https://api.studio.nebius.ai/v1/chat/completions"
20
  headers = {"Authorization": f"Bearer {api_key}"}
21
  payload = {
22
- "model": "llava-hf/llava-1.5-13b-hf",
23
  "messages": [
24
  {
25
  "role": "system",
 
19
  api_url = "https://api.studio.nebius.ai/v1/chat/completions"
20
  headers = {"Authorization": f"Bearer {api_key}"}
21
  payload = {
22
+ "model": "Qwen/Qwen2-VL-72B-Instruct",
23
  "messages": [
24
  {
25
  "role": "system",