poiqazwsx commited on
Commit
9ebf837
1 Parent(s): a7b5237

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Audacity Labels")
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,