vilarin commited on
Commit
aafca86
Β·
verified Β·
1 Parent(s): 75808b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ CSS = """
27
  }
28
  """
29
 
30
- chat_handler = MoondreamChatHandler.from_pretrained(
31
  repo_id="openbmb/MiniCPM-Llama3-V-2_5-gguf",
32
  filename="*mmproj*",
33
  )
 
27
  }
28
  """
29
 
30
+ chat_handler = Llama3VisionAlphaChatHandler.from_pretrained(
31
  repo_id="openbmb/MiniCPM-Llama3-V-2_5-gguf",
32
  filename="*mmproj*",
33
  )