Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,4 +64,4 @@ if instruction:
|
|
64 |
|
65 |
st.write(output_text)
|
66 |
|
67 |
-
|
|
|
64 |
|
65 |
st.write(output_text)
|
66 |
|
67 |
+
model.compute_transition_scores(outputs.sequences, outputs.scores, normalize_logits=False)
|