Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,6 +68,7 @@ if submit_paper or os.path.exists('downloads/paper.pdf'):
|
|
68 |
e_page = st.selectbox(label="End Page", options=pgs, index=lst_idx)
|
69 |
print(e_page)
|
70 |
end_page = e_page
|
|
|
71 |
submit_pages = st.form_submit_button(label="Convert To Audio")
|
72 |
print("Submit_pages' = ", submit_pages)
|
73 |
print(start_page, end_page)
|
@@ -98,12 +99,8 @@ st.text(" ")
|
|
98 |
st.text(" ")
|
99 |
st.text(" ")
|
100 |
st.text(" ")
|
101 |
-
st.text(" ")
|
102 |
-
st.text(" ")
|
103 |
-
st.text(" ")
|
104 |
-
st.text(" ")
|
105 |
-
st.text(" ")
|
106 |
-
st.text(" ")
|
107 |
-
st.text(" ")
|
108 |
st.markdown("Created by [Archan Ghosh](https://github.com/ArchanGhosh) & [Madhurima Maji](https://github.com/madhurima99). Special Thanks to [Herumb](https://github.com/krypticmouse) for helping us with the deployment.", unsafe_allow_html=True)
|
109 |
-
st.markdown("Do Support us on [Github](https://github.com/ArchanGhosh/ArxivAudio)", unsafe_allow_html =True)
|
|
|
|
|
|
68 |
e_page = st.selectbox(label="End Page", options=pgs, index=lst_idx)
|
69 |
print(e_page)
|
70 |
end_page = e_page
|
71 |
+
st.text("*")
|
72 |
submit_pages = st.form_submit_button(label="Convert To Audio")
|
73 |
print("Submit_pages' = ", submit_pages)
|
74 |
print(start_page, end_page)
|
|
|
99 |
st.text(" ")
|
100 |
st.text(" ")
|
101 |
st.text(" ")
|
102 |
+
st.text(" ")
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
st.markdown("Created by [Archan Ghosh](https://github.com/ArchanGhosh) & [Madhurima Maji](https://github.com/madhurima99). Special Thanks to [Herumb](https://github.com/krypticmouse) for helping us with the deployment.", unsafe_allow_html=True)
|
104 |
+
st.markdown("Do Support us on [Github](https://github.com/ArchanGhosh/ArxivAudio)", unsafe_allow_html =True)
|
105 |
+
st.text(" ")
|
106 |
+
st.text("* - Please limit to 3 pages as we are currently rate limited on CPU, we are planning to move to a GPU in the coming future. ")
|