Nephele commited on
Commit
eea2265
1 Parent(s): 6fe1f8d

add AND delete sth 1011

Browse files
Files changed (2) hide show
  1. MODELS/TEST.pth +0 -3
  2. app.py +1 -2
MODELS/TEST.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:56723bf6e4f19c6974aa03d31dff831934d381b5bca5ab8a4c0a8360d73d0a8f
3
- size 701563121
 
 
 
 
app.py CHANGED
@@ -29,7 +29,6 @@ models = {
29
  "DLM": "./MODELS/DLM.pth",
30
  "BadGirlDLM": "./MODELS/BG1300.pth",
31
  "BadBoyDLM": "./MODELS/BAD1100.pth",
32
- "TEST": "./MODELS/TEST.pth",
33
 
34
  }
35
 
@@ -149,7 +148,7 @@ if __name__ == "__main__":
149
  inputs=[text, sdp_ratio, noise_scale, noise_scale_w, length_scale, model],
150
  outputs=[text_output, audio_output,MP3_output]
151
  )
152
- #gr.HTML('''<div align=center><img id="visitor-badge" alt="visitor badge" src="https://visitor-badge.laobi.icu/badge?page_id=Ailyth/DLMP9" /></div>''')
153
  app.launch(show_error=True)
154
 
155
 
 
29
  "DLM": "./MODELS/DLM.pth",
30
  "BadGirlDLM": "./MODELS/BG1300.pth",
31
  "BadBoyDLM": "./MODELS/BAD1100.pth",
 
32
 
33
  }
34
 
 
148
  inputs=[text, sdp_ratio, noise_scale, noise_scale_w, length_scale, model],
149
  outputs=[text_output, audio_output,MP3_output]
150
  )
151
+ gr.HTML('''<div align=center><img id="visitor-badge" alt="visitor badge" src="https://visitor-badge.laobi.icu/badge?page_id=nepheTTS" /></div>''')
152
  app.launch(show_error=True)
153
 
154