duongthienz commited on
Commit
f12582a
·
verified ·
1 Parent(s): 958a410

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -4
app.py CHANGED
@@ -93,9 +93,12 @@ 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\n"
97
- "After performing one action, a RUNNING... icon will appear at the top right corner.\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,7 +207,8 @@ 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.\n"
 
208
  "Click on Rename Sample Speakers to try out the rename feature."
209
  )
210
 
 
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
+ "After performing one action, a RUNNING... icon will appear at the top right corner."
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
  "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
  "Click on Rename Sample Speakers to try out the rename feature."
213
  )
214