johann22 commited on
Commit
e3d392f
·
1 Parent(s): 8f1148e

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +2 -2
app_dialogue.py CHANGED
@@ -17,8 +17,8 @@ from transformers import AutoProcessor
17
 
18
 
19
  MODELS = [
20
- # "HuggingFaceM4/idefics-9b-instruct",
21
- "HuggingFaceM4/idefics-80b-instruct",
22
  ]
23
 
24
  API_PATHS = {
 
17
 
18
 
19
  MODELS = [
20
+ "HuggingFaceM4/idefics-9b-instruct",
21
+ #"HuggingFaceM4/idefics-80b-instruct",
22
  ]
23
 
24
  API_PATHS = {