com3dian commited on
Commit
dff7979
·
verified ·
1 Parent(s): 9da7fce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -19,14 +19,17 @@ from BartSE import BARTAutoEncoder
19
 
20
 
21
  st.title('Paper2Slides')
22
- st.markdown("""This space is a live demo of the author’s thesis at Utrecht University (and internship project at ML6),
23
- supervised by Guanyi Chen (Utrecht University) and Konstantin Buschmer (ML6).
 
 
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
- If not, you can use GROBID’s live demo to generate the processed TEI.xml file.
 
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')