Haopeng commited on
Commit
5f1c7e3
·
1 Parent(s): 00acbf0

discription

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -46,9 +46,9 @@ refs_ids = [x.split()[0] for x in refs]
46
  refs_txt = [" ".join(x.split()[1:]) for x in refs]
47
  ref_wavs = [str(x) for x in sorted(Path(config["ref_wavs"]).glob("**/*.wav"))]
48
 
49
- with open("src/description.html", "r", encoding="utf-8") as f:
50
- description = f.read()
51
- # description
52
 
53
  reference_id = gr.Textbox(
54
  value="ID", placeholder="Utter ID", label="Reference_ID"
 
46
  refs_txt = [" ".join(x.split()[1:]) for x in refs]
47
  ref_wavs = [str(x) for x in sorted(Path(config["ref_wavs"]).glob("**/*.wav"))]
48
 
49
+ # with open("src/description.html", "r", encoding="utf-8") as f:
50
+ # description = f.read()
51
+ description = ""
52
 
53
  reference_id = gr.Textbox(
54
  value="ID", placeholder="Utter ID", label="Reference_ID"