Wauplin HF Staff commited on
Commit
cee7f10
·
1 Parent(s): 2f2294d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import subprocess
2
 
3
- subprocess.call("bash install.sh")
4
 
5
  import gradio as gr
6
  import gradio.utils
 
1
  import subprocess
2
 
3
+ subprocess.run(["bash", "install.sh"])
4
 
5
  import gradio as gr
6
  import gradio.utils