Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,6 @@ with gr.Blocks() as demo:
|
|
120 |
diarization_output = gr.Textbox(label="Diarization Output")
|
121 |
label_file_link = gr.File(label="Download Audacity Labels")
|
122 |
|
123 |
-
# Use a lambda function to preprocess the inputs or to directly pass them
|
124 |
process_button.click(
|
125 |
fn=process_audio,
|
126 |
inputs=[audio_input, num_speakers_input, min_speakers_input, max_speakers_input],
|
|
|
120 |
diarization_output = gr.Textbox(label="Diarization Output")
|
121 |
label_file_link = gr.File(label="Download Audacity Labels")
|
122 |
|
|
|
123 |
process_button.click(
|
124 |
fn=process_audio,
|
125 |
inputs=[audio_input, num_speakers_input, min_speakers_input, max_speakers_input],
|