Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def inference_calling_idefics(image_path, question=""):
|
|
111 |
try:
|
112 |
response = ""
|
113 |
for message in client.chat_completion(
|
114 |
-
model=
|
115 |
messages=[
|
116 |
{
|
117 |
"role": "system",
|
|
|
111 |
try:
|
112 |
response = ""
|
113 |
for message in client.chat_completion(
|
114 |
+
model=model_id,
|
115 |
messages=[
|
116 |
{
|
117 |
"role": "system",
|