swc2 commited on
Commit
8eb149a
·
1 Parent(s): 2c289d4

change ui

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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