salmanmapkar commited on
Commit
10ae08f
·
1 Parent(s): 1823748

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import random
6
  from transformers import pipeline
7
  import torch
8
  import subprocess
9
- subprocess.Popen( 'sudo apt -y install xvfb',
10
  shell=True,
11
  stdin=subprocess.PIPE ).communicate()
12
  # from xvfbwrapper import Xvfb
 
6
  from transformers import pipeline
7
  import torch
8
  import subprocess
9
+ subprocess.Popen( 'apt -y install xvfb',
10
  shell=True,
11
  stdin=subprocess.PIPE ).communicate()
12
  # from xvfbwrapper import Xvfb