Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from transformers import AutoProcessor, LlavaForConditionalGeneration
|
|
5 |
|
6 |
# Hugging Face model identifier. See the model card for more details:
|
7 |
# https://huggingface.co/StarCycle/llava-dinov2-internlm2-7b-v1
|
8 |
-
MODEL_ID = "
|
9 |
|
10 |
# Determine the computation device. If a CUDA‑enabled GPU is
|
11 |
# available we will use it and cast the weights to half precision to
|
|
|
5 |
|
6 |
# Hugging Face model identifier. See the model card for more details:
|
7 |
# https://huggingface.co/StarCycle/llava-dinov2-internlm2-7b-v1
|
8 |
+
MODEL_ID = "xtuner/llava-phi-3-mini-hf"
|
9 |
|
10 |
# Determine the computation device. If a CUDA‑enabled GPU is
|
11 |
# available we will use it and cast the weights to half precision to
|