serdaryildiz commited on
Commit
45a7ffd
·
verified ·
1 Parent(s): 69701ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "dbmdz/bert-base-turkish-cased",
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
  })