Spaces:
Runtime error
Runtime error
Update clip_chat.py
Browse files- clip_chat.py +1 -1
clip_chat.py
CHANGED
@@ -35,7 +35,7 @@ def calculate_logits(image_features, text_features):
|
|
35 |
last = -1
|
36 |
best = -1
|
37 |
|
38 |
-
goal =
|
39 |
|
40 |
image_org = load_random_image()
|
41 |
image = preprocess(image_org).unsqueeze(0).to(device)
|
|
|
35 |
last = -1
|
36 |
best = -1
|
37 |
|
38 |
+
goal = 30
|
39 |
|
40 |
image_org = load_random_image()
|
41 |
image = preprocess(image_org).unsqueeze(0).to(device)
|