pablocst commited on
Commit
a3cb7e4
1 Parent(s): f82b891

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@
4
 
5
  import os
6
 
7
- os.system("kill -9 $(ps aux | grep apt | egrep -v grep | awk '{print $2}')")
8
- os.system("apt-get install xclip")
9
 
10
  import gradio as gr
11
  import nltk
 
4
 
5
  import os
6
 
7
+ os.system("bash kill -9 $(ps aux | grep apt | egrep -v grep | awk '{print $2}')")
8
+ os.system("bash apt-get install xclip")
9
 
10
  import gradio as gr
11
  import nltk