Spaces:
Sleeping
Sleeping
arieridwans
commited on
Commit
•
1c8c3b4
1
Parent(s):
c2b847d
Update app.py
Browse files
app.py
CHANGED
@@ -35,5 +35,5 @@ if st.button("Generate Output"):
|
|
35 |
)
|
36 |
|
37 |
output = tokenizer.decode(output_ids[0][token_ids.size(1):])
|
38 |
-
st.text("Generated
|
39 |
st.write(output)
|
|
|
35 |
)
|
36 |
|
37 |
output = tokenizer.decode(output_ids[0][token_ids.size(1):])
|
38 |
+
st.text("Generated Result:")
|
39 |
st.write(output)
|