Spaces:
Runtime error
Runtime error
forgot datetime import
Browse files
app.py
CHANGED
|
@@ -12,6 +12,7 @@ from transformers import (
|
|
| 12 |
LlavaProcessor,
|
| 13 |
LlavaForConditionalGeneration
|
| 14 |
)
|
|
|
|
| 15 |
|
| 16 |
# Cache the model loading to improve performance
|
| 17 |
@st.cache_resource
|
|
|
|
| 12 |
LlavaProcessor,
|
| 13 |
LlavaForConditionalGeneration
|
| 14 |
)
|
| 15 |
+
from datetime import datetime
|
| 16 |
|
| 17 |
# Cache the model loading to improve performance
|
| 18 |
@st.cache_resource
|