Update app.py
Browse files
app.py
CHANGED
@@ -153,4 +153,4 @@ if st.button("π Generate Output"):
|
|
153 |
st.markdown(f"π Tokens: `{tokens}`, π Repetition Rate: `{rep_rate}`, π Perplexity: `{ppl}`")
|
154 |
|
155 |
st.markdown("---")
|
156 |
-
st.caption("Built by Sureshkumar R | MBart + GPT-2 + Stable Diffusion
|
|
|
153 |
st.markdown(f"π Tokens: `{tokens}`, π Repetition Rate: `{rep_rate}`, π Perplexity: `{ppl}`")
|
154 |
|
155 |
st.markdown("---")
|
156 |
+
st.caption("Built by Sureshkumar R | MBart + GPT-2 + Stable Diffusion")
|