duongthienz commited on
Commit
64282d4
·
verified ·
1 Parent(s): b1f6c0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ 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 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"
 
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"