Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks() as demo:
|
|
118 |
max_speakers_input = gr.Number(label="Maximum Number of Speakers", value=0)
|
119 |
process_button = gr.Button("Process")
|
120 |
diarization_output = gr.Textbox(label="Diarization Output")
|
121 |
-
label_file_link = gr.File(label="Download
|
122 |
|
123 |
process_button.click(
|
124 |
fn=process_audio,
|
|
|
118 |
max_speakers_input = gr.Number(label="Maximum Number of Speakers", value=0)
|
119 |
process_button = gr.Button("Process")
|
120 |
diarization_output = gr.Textbox(label="Diarization Output")
|
121 |
+
label_file_link = gr.File(label="Download DAW Labels")
|
122 |
|
123 |
process_button.click(
|
124 |
fn=process_audio,
|