Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ preprocess = clip_transform(224)
|
|
15 |
model = TRCaptionNet({
|
16 |
"max_length": 35,
|
17 |
"clip": "ViT-L/14",
|
18 |
-
"bert": "
|
19 |
"proj": True,
|
20 |
"proj_num_head": 16
|
21 |
})
|
|
|
15 |
model = TRCaptionNet({
|
16 |
"max_length": 35,
|
17 |
"clip": "ViT-L/14",
|
18 |
+
"bert": "bert.json",
|
19 |
"proj": True,
|
20 |
"proj_num_head": 16
|
21 |
})
|