Spaces:
Runtime error
Runtime error
fix image path
Browse files
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/
|
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
|