Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,8 +94,8 @@ st.markdown(
|
|
| 94 |
st.title("Instructor Support Tool")
|
| 95 |
if not (pipeline.isGPU or pipeline.isTPU):
|
| 96 |
st.warning("TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW")
|
| 97 |
-
st.warning("After performing one action, a
|
| 98 |
-
|
| 99 |
|
| 100 |
DEMO_VIDEO_URL = "https://www.youtube.com/watch?v=n7Z_BzU7yOY"
|
| 101 |
|
|
@@ -204,7 +204,7 @@ st.sidebar.caption(
|
|
| 204 |
"Multiple Files Demo loads ten recording samples."
|
| 205 |
)
|
| 206 |
st.sidebar.caption(
|
| 207 |
-
"After Single File Demo (Sample) is loaded, the Rename Sample Speakers button will appear"
|
| 208 |
"Click on Rename Sample Speakers to try out the rename feature."
|
| 209 |
)
|
| 210 |
|
|
|
|
| 94 |
st.title("Instructor Support Tool")
|
| 95 |
if not (pipeline.isGPU or pipeline.isTPU):
|
| 96 |
st.warning("TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW")
|
| 97 |
+
st.warning("After performing one action, a RUNNING... icon will appear at the top right corner.\n\n
|
| 98 |
+
"Please wait for this icon to disappear before performing another action.")
|
| 99 |
|
| 100 |
DEMO_VIDEO_URL = "https://www.youtube.com/watch?v=n7Z_BzU7yOY"
|
| 101 |
|
|
|
|
| 204 |
"Multiple Files Demo loads ten recording samples."
|
| 205 |
)
|
| 206 |
st.sidebar.caption(
|
| 207 |
+
"After Single File Demo (Sample) is loaded, the Rename Sample Speakers button will appear.\n\n"
|
| 208 |
"Click on Rename Sample Speakers to try out the rename feature."
|
| 209 |
)
|
| 210 |
|