Spaces:
Running
Running
mrbeliever
commited on
Update app.py
Browse files
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-
|
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",
|