Vahe commited on
Commit
aabb1ec
·
1 Parent(s): 905a7ac

tss_model folder name changed to tts_model folder name

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ from diffusers import StableDiffusionPipeline
10
  from diffusers import LMSDiscreteScheduler
11
 
12
  gpu = False
13
- model_path = Path(r"tss_model/model_file.pth")
14
- config_path = Path(r"tss_model/config.json")
15
  vocoder_path = None
16
  vocoder_config_path = None
17
  model_dir = None
 
10
  from diffusers import LMSDiscreteScheduler
11
 
12
  gpu = False
13
+ model_path = Path(r"tts_model/model_file.pth")
14
+ config_path = Path(r"tts_model/config.json")
15
  vocoder_path = None
16
  vocoder_config_path = None
17
  model_dir = None