optigesr commited on
Commit
c599a36
1 Parent(s): cd60bd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -5,11 +5,8 @@ import numpy as np
5
  from typing import Tuple, List
6
 
7
  # Setup and installation
8
- os.system("git clone https://github.com/neonbjb/tortoise-tts.git")
9
- sys.path.append("./tortoise-tts/")
10
- os.system("pip install -r ./tortoise-tts/requirements.txt")
11
  os.system("pip install -r requirements.txt")
12
- os.system("python ./tortoise-tts/setup.py install")
13
  import torch
14
  import torchaudio
15
  import torch.nn as nn
 
5
  from typing import Tuple, List
6
 
7
  # Setup and installation
8
+ os.system("git clone https://github.com/neonbjb/tortoise-tts.git"
 
 
9
  os.system("pip install -r requirements.txt")
 
10
  import torch
11
  import torchaudio
12
  import torch.nn as nn