unography commited on
Commit
113c1cc
1 Parent(s): 8c03de9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ import spaces
8
  import torch
9
  from transformers import AutoProcessor, BlipForConditionalGeneration
10
  from typing import Union
 
11
 
12
  DESCRIPTION = "# Image Captioning with LongCap"
13
 
 
8
  import torch
9
  from transformers import AutoProcessor, BlipForConditionalGeneration
10
  from typing import Union
11
+ import os
12
 
13
  DESCRIPTION = "# Image Captioning with LongCap"
14