Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ from transformers import pipeline"""
|
|
122 |
|
123 |
st.sidebar.write(
|
124 |
"""
|
125 |
-
App
|
126 |
"""
|
127 |
)
|
128 |
|
|
|
122 |
|
123 |
st.sidebar.write(
|
124 |
"""
|
125 |
+
App使用 [Streamlit](https://streamlit.io/)🎈 和 [HuggingFace](https://huggingface.co/inference-api)'s [MaMaL-Sum](https://huggingface.co/hanbin/MaMaL-Sum) 模型.
|
126 |
"""
|
127 |
)
|
128 |
|