Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,12 +93,10 @@ st.markdown(
|
|
| 93 |
|
| 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 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
"Please wait for this icon to disappear before performing another action."
|
| 101 |
-
)
|
| 102 |
|
| 103 |
DEMO_VIDEO_URL = "https://www.youtube.com/watch?v=n7Z_BzU7yOY"
|
| 104 |
|
|
@@ -207,10 +205,9 @@ st.sidebar.caption(
|
|
| 207 |
"Multiple Files Demo loads ten recording samples."
|
| 208 |
)
|
| 209 |
st.sidebar.caption(
|
| 210 |
-
"After Single File Demo (Sample) is loaded, the Rename Sample Speakers button will appear.
|
| 211 |
-
|
| 212 |
-
|
| 213 |
-
)
|
| 214 |
|
| 215 |
# ---------------------------------------------------------------------------
|
| 216 |
# Analyze All / Reset buttons
|
|
|
|
| 93 |
|
| 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 |
+
After performing one action, a RUNNING... icon will appear at the top right corner.
|
| 98 |
+
Please wait for this icon to disappear before performing another action.
|
| 99 |
+
""")
|
|
|
|
|
|
|
| 100 |
|
| 101 |
DEMO_VIDEO_URL = "https://www.youtube.com/watch?v=n7Z_BzU7yOY"
|
| 102 |
|
|
|
|
| 205 |
"Multiple Files Demo loads ten recording samples."
|
| 206 |
)
|
| 207 |
st.sidebar.caption(
|
| 208 |
+
"""After Single File Demo (Sample) is loaded, the Rename Sample Speakers button will appear.
|
| 209 |
+
Click on Rename Sample Speakers to try out the rename feature.
|
| 210 |
+
""")
|
|
|
|
| 211 |
|
| 212 |
# ---------------------------------------------------------------------------
|
| 213 |
# Analyze All / Reset buttons
|