Googlefan commited on
Commit
751111e
·
1 Parent(s): cb01558

fix(app.py): add quotes around pip install command

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
 
3
  os.system("curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh")
4
  os.system(
5
- "pip install -U git+https://github.com/tuna2134/sbv2-api#egg=sbv2_bindings&subdirectory=sbv2_bindings"
6
  )
7
 
8
  import gradio as gr
 
2
 
3
  os.system("curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh")
4
  os.system(
5
+ 'pip install -U "git+https://github.com/tuna2134/sbv2-api#egg=sbv2_bindings&subdirectory=sbv2_bindings"'
6
  )
7
 
8
  import gradio as gr