Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def process_vid(file,cur_frame,every_n):
|
|
56 |
ret, frame_f = capture.read(i)
|
57 |
cv2.imwrite(f"{uid}-vid_tmp{i}.png", frame_f)
|
58 |
out = os.path.abspath(f"{uid}-vid_tmp{i}.png")
|
59 |
-
out_url = f'https://omnibus-reverse-image
|
60 |
print(out)
|
61 |
res = rev_img_searcher.search(out_url)
|
62 |
#print (res)
|
|
|
56 |
ret, frame_f = capture.read(i)
|
57 |
cv2.imwrite(f"{uid}-vid_tmp{i}.png", frame_f)
|
58 |
out = os.path.abspath(f"{uid}-vid_tmp{i}.png")
|
59 |
+
out_url = f'https://omnibus-reverse-image.hf.space/file={out}'
|
60 |
print(out)
|
61 |
res = rev_img_searcher.search(out_url)
|
62 |
#print (res)
|