Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
atticus
/
image-text-retrival-huster
like
2
Build error
App
Files
Files
Community
atticus
commited on
Mar 10, 2022
Commit
e27e7d0
•
2 Parent(s):
8535d9f
f763a16
Merge branch 'main' of https://huggingface.co/spaces/atticus/itr-ddt
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -48,7 +48,7 @@ model_path = "data/best_model.pth.tar"
48
49
img_folder = Path("./photos/")
50
51
-
52
53
def download_url_img(url):
54
48
49
img_folder = Path("./photos/")
50
51
+
# start
52
53
def download_url_img(url):
54