anonymousatom commited on
Commit
2942cde
1 Parent(s): 2b81b7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import BitsAndBytesConfig, pipeline
5
  # Load model directly
6
 
7
 
8
- model_id = "marianna13/llava-phi-2-3b"
9
  pipe = pipeline("image-to-text", model=model_id, trust_remote_code=True)
10
 
11
  def generate_text(image):
 
5
  # Load model directly
6
 
7
 
8
+ model_id = "LanguageBind/MoE-LLaVA-Phi2-2.7B-4e"
9
  pipe = pipeline("image-to-text", model=model_id, trust_remote_code=True)
10
 
11
  def generate_text(image):