Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,5 +29,5 @@ if topic:
|
|
29 |
# Decode the output
|
30 |
zero_output = tokenizer.decode(model_output, skip_special_tokens=True)
|
31 |
|
32 |
-
st.
|
33 |
|
|
|
29 |
# Decode the output
|
30 |
zero_output = tokenizer.decode(model_output, skip_special_tokens=True)
|
31 |
|
32 |
+
st.write(zero_output)
|
33 |
|