Joe6636564 commited on
Commit
42a1def
·
verified ·
1 Parent(s): dd5e9be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ models = {}
50
  processors = {}
51
 
52
  try:
53
- VISION_ID = "microsoft/Phi-3.5-vision-instruct"
54
  # Disable flash attention to avoid the error
55
  models[VISION_ID] = AutoModelForCausalLM.from_pretrained(
56
  VISION_ID,
 
50
  processors = {}
51
 
52
  try:
53
+ VISION_ID = ""
54
  # Disable flash attention to avoid the error
55
  models[VISION_ID] = AutoModelForCausalLM.from_pretrained(
56
  VISION_ID,