Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ import torch
|
|
| 18 |
# Initialize image captioning pipeline with pretrained model
|
| 19 |
_image_caption_pipeline = pipeline(
|
| 20 |
task="image-to-text",
|
| 21 |
-
model="
|
| 22 |
)
|
| 23 |
|
| 24 |
# Global model configuration constants
|
|
|
|
| 18 |
# Initialize image captioning pipeline with pretrained model
|
| 19 |
_image_caption_pipeline = pipeline(
|
| 20 |
task="image-to-text",
|
| 21 |
+
model="cnmoro/tiny-image-captioning"
|
| 22 |
)
|
| 23 |
|
| 24 |
# Global model configuration constants
|