質問編集履歴

1

ファイル名の記載がなかったため追記

2022/09/04 03:18

投稿

masahiroview
masahiroview

スコア10

test CHANGED
File without changes
test CHANGED
@@ -10,8 +10,8 @@
10
10
 
11
11
 
12
12
  ### 該当のソースコード
13
-
14
- ```python TTS_inference.sh
13
+ TTS_inference.sh
14
+ ```python
15
15
  model_tag="kan-bayashi/jsut_tacotron2_accent_with_pause"
16
16
  train_config=""
17
17
  model_file=""
@@ -69,8 +69,8 @@
69
69
 
70
70
  ```
71
71
 
72
-
73
- ```python tts_inference_with_accent.py
72
+ tts_inference_with_accent.py
73
+ ```python
74
74
  import os
75
75
  import time
76
76
  import torch