Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 语音转换" ,theme=
|
| 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="gstaff/sketch") as app:
|
| 168 |
gr.Markdown("## Chinese-FreeVC 语音转换系统")
|
| 169 |
|
| 170 |
with gr.Row():
|