kevinwang676 commited on
Commit
06ac35c
·
verified ·
1 Parent(s): f958281

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -272,8 +272,8 @@ with gr.Blocks(title="GPT-SoVITS Zero-shot TTS Demo") as app:
272
  gr.Markdown(initial_md)
273
  gr.Markdown("## Upload reference audio")
274
  with gr.Row():
275
- inp_ref = gr.Audio(label="Reference audio", type="filepath")
276
- prompt_text = gr.Textbox(label="Transcription of reference audio")
277
  prompt_language = gr.Dropdown(
278
  label="Language of reference audio",
279
  choices=["Chinese", "English", "Japanese"],
 
272
  gr.Markdown(initial_md)
273
  gr.Markdown("## Upload reference audio")
274
  with gr.Row():
275
+ inp_ref = gr.Audio(label="Reference audio", type="filepath", value="linghua_90.wav")
276
+ prompt_text = gr.Textbox(label="Transcription of reference audio", value="藏明刀的刀工,也被算作是本領通神的神士相關人員,歸屬統籌文化、藝術、祭祀的射鳳形意派管理。")
277
  prompt_language = gr.Dropdown(
278
  label="Language of reference audio",
279
  choices=["Chinese", "English", "Japanese"],