aidn commited on
Commit
6b4b261
·
verified ·
1 Parent(s): 2d776a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -190,12 +190,10 @@ with gr.Blocks(title="Meeting Transcriber (ZeroGPU)") as demo:
190
  transcript_out = gr.Textbox(
191
  label="Rohtranskript (Whisper)",
192
  lines=12,
193
- show_copy_button=True,
194
  )
195
  diar_out = gr.Textbox(
196
  label="Transkript mit Sprecher-Labels (pyannote)",
197
  lines=12,
198
- show_copy_button=True,
199
  placeholder="Nur sichtbar wenn Diarisierung aktiviert ist.",
200
  )
201
 
 
190
  transcript_out = gr.Textbox(
191
  label="Rohtranskript (Whisper)",
192
  lines=12,
 
193
  )
194
  diar_out = gr.Textbox(
195
  label="Transkript mit Sprecher-Labels (pyannote)",
196
  lines=12,
 
197
  placeholder="Nur sichtbar wenn Diarisierung aktiviert ist.",
198
  )
199