Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -231,8 +231,7 @@ with gr.Blocks(title="MultiTalk Inference") as demo:
|
|
| 231 |
|
| 232 |
audio_input = gr.Audio(
|
| 233 |
type="filepath",
|
| 234 |
-
label="Conditioning Audio (.wav)"
|
| 235 |
-
info
|
| 236 |
)
|
| 237 |
|
| 238 |
with gr.Accordion("Advanced settings", open=False):
|
|
|
|
| 231 |
|
| 232 |
audio_input = gr.Audio(
|
| 233 |
type="filepath",
|
| 234 |
+
label="Conditioning Audio (.wav)"
|
|
|
|
| 235 |
)
|
| 236 |
|
| 237 |
with gr.Accordion("Advanced settings", open=False):
|