pablocst commited on
Commit
2f1a0e2
1 Parent(s): 16d9696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -4,8 +4,7 @@
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
 
4
 
5
  import os
6
 
7
+ #os.system("apt-get install xclip")
 
8
 
9
  import gradio as gr
10
  import nltk