Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from transformers import AutoModelForImageTextToText, AutoProcessor
|
|
| 12 |
from transformers.generation.streamers import TextIteratorStreamer
|
| 13 |
|
| 14 |
# Model configuration
|
| 15 |
-
model_id = "anaspro/Shako-4B-it"
|
| 16 |
processor = AutoProcessor.from_pretrained(model_id)
|
| 17 |
model = AutoModelForImageTextToText.from_pretrained(
|
| 18 |
model_id,
|
|
|
|
| 12 |
from transformers.generation.streamers import TextIteratorStreamer
|
| 13 |
|
| 14 |
# Model configuration
|
| 15 |
+
model_id = "anaspro/Shako-iraqi-4B-it"
|
| 16 |
processor = AutoProcessor.from_pretrained(model_id)
|
| 17 |
model = AutoModelForImageTextToText.from_pretrained(
|
| 18 |
model_id,
|