pablocst commited on
Commit
f82b891
·
1 Parent(s): 585df3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@
4
 
5
  import os
6
 
7
- os.system("rm -rf /var/lib/dpkg/lock-frontend")
8
  os.system("apt-get install xclip")
9
 
10
  import gradio as gr
 
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