Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ if submit:
|
|
38 |
st.subheader("Suggested sentences: ")
|
39 |
|
40 |
out_text = ttokenizer.decode(outputs[0], skip_special_tokens=True)
|
41 |
-
st.success(
|
42 |
|
43 |
c_text = " "
|
44 |
for x in input_text.split(" "):
|
|
|
38 |
st.subheader("Suggested sentences: ")
|
39 |
|
40 |
out_text = ttokenizer.decode(outputs[0], skip_special_tokens=True)
|
41 |
+
st.success(out_text)
|
42 |
|
43 |
c_text = " "
|
44 |
for x in input_text.split(" "):
|