Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
More minor visual fix
Browse files
app.py
CHANGED
|
@@ -92,14 +92,15 @@ if not isGPU:
|
|
| 92 |
st.warning("TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW")
|
| 93 |
|
| 94 |
st.write(
|
| 95 |
-
'If you would like to see a sample result
|
| 96 |
-
'
|
|
|
|
| 97 |
)
|
| 98 |
st.markdown(
|
| 99 |
"<p style='margin-bottom:4px;'>Keep in mind that this is a very early draft of the tool. "
|
| 100 |
"Please be patient with any bugs/errors, and email Connor Young at "
|
| 101 |
"<a href='mailto:czyoung@ualr.edu'>czyoung@ualr.edu</a> if you need help using the tool!</p>"
|
| 102 |
-
"<hr style='margin-top:
|
| 103 |
unsafe_allow_html=True,
|
| 104 |
)
|
| 105 |
|
|
|
|
| 92 |
st.warning("TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW")
|
| 93 |
|
| 94 |
st.write(
|
| 95 |
+
'If you would like to see a sample result or multiple sample results generated from '
|
| 96 |
+
'real classroom audio, '
|
| 97 |
+
'select "Single File Demo" or "Multiple Files Demo" on the left sidebar.'
|
| 98 |
)
|
| 99 |
st.markdown(
|
| 100 |
"<p style='margin-bottom:4px;'>Keep in mind that this is a very early draft of the tool. "
|
| 101 |
"Please be patient with any bugs/errors, and email Connor Young at "
|
| 102 |
"<a href='mailto:czyoung@ualr.edu'>czyoung@ualr.edu</a> if you need help using the tool!</p>"
|
| 103 |
+
"<hr style='margin-top:8px; margin-bottom:8px;'>",
|
| 104 |
unsafe_allow_html=True,
|
| 105 |
)
|
| 106 |
|