guetLzy commited on
Commit
4b317fc
·
verified ·
1 Parent(s): 5db5909

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ def voice_conversion(src_audio, tgt_audio, output_name, model_selection):
164
  return None, "\n".join(status_list)
165
 
166
  # Gradio界面
167
- with gr.Blocks(title="Chinese-FreeVC 语音转换") as app:
168
  gr.Markdown("## Chinese-FreeVC 语音转换系统")
169
 
170
  with gr.Row():
 
164
  return None, "\n".join(status_list)
165
 
166
  # Gradio界面
167
+ with gr.Blocks(title="Chinese-FreeVC 语音转换" ,theme='NoCrypt/miku') as app:
168
  gr.Markdown("## Chinese-FreeVC 语音转换系统")
169
 
170
  with gr.Row():