micole66 commited on
Commit
0033c7f
·
1 Parent(s): a00f4f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
5
  import numpy as np
6
 
7
  device = "cpu"
8
- model, preprocess = clip.load("RN152", device=device)
9
 
10
 
11
  def img_process(img1,img2,location_width,location_height,size_width,size_height):
 
5
  import numpy as np
6
 
7
  device = "cpu"
8
+ model, preprocess = clip.load("RN50x64", device=device)
9
 
10
 
11
  def img_process(img1,img2,location_width,location_height,size_width,size_height):