mrbeliever commited on
Commit
3b73913
·
verified ·
1 Parent(s): 1d55dfe

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": "Qwen/Qwen2-VL-72B-Instruct",
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-7B-Instruct",
23
  "messages": [
24
  {
25
  "role": "system",