Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update similarity.py
Browse files- similarity.py +1 -1
similarity.py
CHANGED
@@ -117,7 +117,7 @@ def load_image_url(source, assetCode, contentType=None, ffmpeg_path='ffmpeg', fr
|
|
117 |
return frame
|
118 |
|
119 |
try:
|
120 |
-
logging.info(f"[INFO] Content-Type de {assetCode} é {contentType}
|
121 |
if source.startswith('http'):
|
122 |
|
123 |
if contentType and contentType.startswith('video'):
|
|
|
117 |
return frame
|
118 |
|
119 |
try:
|
120 |
+
logging.info(f"[INFO] Content-Type de {assetCode} é {contentType}")
|
121 |
if source.startswith('http'):
|
122 |
|
123 |
if contentType and contentType.startswith('video'):
|