Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,11 +93,11 @@ st.markdown(
|
|
| 93 |
|
| 94 |
st.title("Instructor Support Tool")
|
| 95 |
if not (pipeline.isGPU or pipeline.isTPU):
|
| 96 |
-
st.warning(
|
| 97 |
-
TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW
|
| 98 |
After performing one action, a RUNNING... icon will appear at the top right corner.
|
| 99 |
Please wait for this icon to disappear before performing another action.
|
| 100 |
-
|
| 101 |
|
| 102 |
DEMO_VIDEO_URL = "https://www.youtube.com/watch?v=n7Z_BzU7yOY"
|
| 103 |
|
|
|
|
| 93 |
|
| 94 |
st.title("Instructor Support Tool")
|
| 95 |
if not (pipeline.isGPU or pipeline.isTPU):
|
| 96 |
+
st.warning("
|
| 97 |
+
TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW\n\n
|
| 98 |
After performing one action, a RUNNING... icon will appear at the top right corner.
|
| 99 |
Please wait for this icon to disappear before performing another action.
|
| 100 |
+
")
|
| 101 |
|
| 102 |
DEMO_VIDEO_URL = "https://www.youtube.com/watch?v=n7Z_BzU7yOY"
|
| 103 |
|