Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,14 +19,17 @@ from BartSE import BARTAutoEncoder
|
|
19 |
|
20 |
|
21 |
st.title('Paper2Slides')
|
22 |
-
st.markdown("""
|
23 |
-
|
|
|
|
|
24 |
|
25 |
To use this space:
|
26 |
|
27 |
1. Have a paper that you want to turn into slides.
|
28 |
-
2. Process your paper using GROBID. If you have GROBID installed, run it and use the output.
|
29 |
-
|
|
|
30 |
""")
|
31 |
|
32 |
st.subheader('Set slide numbers')
|
|
|
19 |
|
20 |
|
21 |
st.title('Paper2Slides')
|
22 |
+
st.markdown("""
|
23 |
+
This space is a live demo of the [Zehao Lu](https://www.linkedin.com/in/zehao-lu/)’s thesis at Utrecht University (and internship project at ML6),
|
24 |
+
supervised by [Guanyi Chen](https://a-quei.github.io/) (During his time in Utrecht University) and
|
25 |
+
[Konstantin Buschmer](https://www.linkedin.com/in/konstantin-buschmeier/?locale=de_DE) (ML6).
|
26 |
|
27 |
To use this space:
|
28 |
|
29 |
1. Have a paper that you want to turn into slides.
|
30 |
+
2. Process your paper using GROBID. If you have GROBID installed, run it and use the output. If not, you can use GROBID’s live demo to generate the
|
31 |
+
processed TEI.xml file. To use the live demo, click on `TEI`, select `Process Fulltext Document` under Service to call, choose the paper file, and then
|
32 |
+
click `submit`.
|
33 |
""")
|
34 |
|
35 |
st.subheader('Set slide numbers')
|