Googlefan commited on
Commit
dc8d31a
·
1 Parent(s): 590ca89

refactor(app.py): remove redundant setup commands

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