AgaMiko commited on
Commit
e85d00a
·
1 Parent(s): 535af28

fix image path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ tokenizer= T5Tokenizer.from_pretrained("Voicelab/vlt5-base-keywords")
6
  model = T5ForConditionalGeneration.from_pretrained("Voicelab/vlt5-base-keywords")
7
 
8
  img_full = Image.open("images/vl-logo-nlp-blue.png")
9
- img_short = Image.open("images/vl-logo-nlp-short.png")
10
  img_favicon = Image.open("images/favicon_vl.png")
11
  max_length: int = 1000
12
  cache_size: int = 100
 
6
  model = T5ForConditionalGeneration.from_pretrained("Voicelab/vlt5-base-keywords")
7
 
8
  img_full = Image.open("images/vl-logo-nlp-blue.png")
9
+ img_short = Image.open("images/sVL-NLP-short.png")
10
  img_favicon = Image.open("images/favicon_vl.png")
11
  max_length: int = 1000
12
  cache_size: int = 100