raannakasturi commited on
Commit
e2e9d43
·
verified ·
1 Parent(s): a884d68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,5 +103,5 @@ app = gr.Interface(
103
  )
104
 
105
  if __name__ == "__main__":
106
- print(subprocess.run(["apt-get update && apt-get install -y chromium-chromedriver"]))
107
  app.launch()
 
103
  )
104
 
105
  if __name__ == "__main__":
106
+ print(subprocess.run(["apt-get update && apt-get install -y chromium-chromedriver"], shell=True))
107
  app.launch()