Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ output = last_hidden_states #['last_hidden_states']
|
|
32 |
|
33 |
# output = last_hidden_states[0][0]
|
34 |
|
35 |
-
decoded = tokenizer.decode(output
|
36 |
# print(decoded)
|
37 |
|
38 |
# output = Seq2SeqModelOutput(output)
|
|
|
32 |
|
33 |
# output = last_hidden_states[0][0]
|
34 |
|
35 |
+
decoded = tokenizer.decode(output) # [0][0]
|
36 |
# print(decoded)
|
37 |
|
38 |
# output = Seq2SeqModelOutput(output)
|