Spaces:
Running
Running
change ui
Browse files
app.py
CHANGED
|
@@ -84,6 +84,8 @@ with gr.Blocks() as demo:
|
|
| 84 |
with gr.Row():
|
| 85 |
|
| 86 |
noisy_audio_output = gr.Audio(label="Noisy Audio (Processed input audio)", type="filepath")
|
|
|
|
|
|
|
| 87 |
extracted_audio_output1 = gr.Audio(label="First enroll extracted target speaker audio", type="filepath")
|
| 88 |
extracted_audio_output2 = gr.Audio(label="Second enroll extracted target speaker audio", type="filepath")
|
| 89 |
|
|
|
|
| 84 |
with gr.Row():
|
| 85 |
|
| 86 |
noisy_audio_output = gr.Audio(label="Noisy Audio (Processed input audio)", type="filepath")
|
| 87 |
+
|
| 88 |
+
with gr.Row():
|
| 89 |
extracted_audio_output1 = gr.Audio(label="First enroll extracted target speaker audio", type="filepath")
|
| 90 |
extracted_audio_output2 = gr.Audio(label="Second enroll extracted target speaker audio", type="filepath")
|
| 91 |
|