Fix path
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from transformers import AutoProcessor, TextStreamer
|
|
| 3 |
from PIL import Image
|
| 4 |
from io import BytesIO
|
| 5 |
|
| 6 |
-
pathM ="Gemma-3-Gaia-PT-BR-4b-it-int8-ov"
|
| 7 |
from optimum.intel.openvino import OVModelForVisualCausalLM
|
| 8 |
model = OVModelForVisualCausalLM.from_pretrained(pathM, device="CPU")
|
| 9 |
processor = AutoProcessor.from_pretrained(pathM)
|
|
|
|
| 3 |
from PIL import Image
|
| 4 |
from io import BytesIO
|
| 5 |
|
| 6 |
+
pathM ="cabelo/Gemma-3-Gaia-PT-BR-4b-it-int8-ov"
|
| 7 |
from optimum.intel.openvino import OVModelForVisualCausalLM
|
| 8 |
model = OVModelForVisualCausalLM.from_pretrained(pathM, device="CPU")
|
| 9 |
processor = AutoProcessor.from_pretrained(pathM)
|