Shak33l-UiRev commited on
Commit
c0831f4
·
verified ·
1 Parent(s): f8437ab

forgot datetime import

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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