gkdivya commited on
Commit
5fdae94
·
1 Parent(s): e823892

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from PIL import Image
5
  import numpy as np
6
  from pytrends.request import TrendReq
7
  import matplotlib.pyplot as plt
 
8
 
9
  # Load the CLIP model
10
  device = "cuda" if torch.cuda.is_available() else "cpu"
 
5
  import numpy as np
6
  from pytrends.request import TrendReq
7
  import matplotlib.pyplot as plt
8
+ import os
9
 
10
  # Load the CLIP model
11
  device = "cuda" if torch.cuda.is_available() else "cpu"