rbn2008k commited on
Commit
443b0e0
1 Parent(s): 6bfd132

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=image_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",