salomonsky commited on
Commit
9b3d3a2
·
verified ·
1 Parent(s): 4773685

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -11,9 +11,6 @@ import numpy as np
11
  import speech_recognition as sr
12
  import subprocess
13
 
14
- update_command = "sudo apt-get update && sudo apt-get upgrade"
15
- subprocess.run(update_command, shell=True)
16
-
17
  if "history" not in st.session_state:
18
  st.session_state.history = []
19
 
 
11
  import speech_recognition as sr
12
  import subprocess
13
 
 
 
 
14
  if "history" not in st.session_state:
15
  st.session_state.history = []
16