duongthienz commited on
Commit
b53fd14
·
verified ·
1 Parent(s): 4b4832a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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('''
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
 
 
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