Spaces:
Running
on
Zero
Running
on
Zero
Update webgui.py
Browse files
webgui.py
CHANGED
|
@@ -283,7 +283,7 @@ with gr.Blocks() as demo:
|
|
| 283 |
with gr.Row():
|
| 284 |
with gr.Column():
|
| 285 |
uploaded_img = gr.Image(type="filepath", label="Reference Image")
|
| 286 |
-
uploaded_audio = gr.Audio(type="filepath", label="Input Audio")
|
| 287 |
preprocess_audio_file = gr.File(visible=False)
|
| 288 |
with gr.Accordion(label="Voice cloning with MaskGCT", open=False):
|
| 289 |
prompt_audio_maskGCT = gr.Textbox(
|
|
|
|
| 283 |
with gr.Row():
|
| 284 |
with gr.Column():
|
| 285 |
uploaded_img = gr.Image(type="filepath", label="Reference Image")
|
| 286 |
+
uploaded_audio = gr.Audio(type="filepath", label="Input Audio", format="wav")
|
| 287 |
preprocess_audio_file = gr.File(visible=False)
|
| 288 |
with gr.Accordion(label="Voice cloning with MaskGCT", open=False):
|
| 289 |
prompt_audio_maskGCT = gr.Textbox(
|