imorcillo commited on
Commit
9d32379
·
verified ·
1 Parent(s): 762e6cd

Removed speaker identification from outputs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ with demo:
154
  ],
155
  outputs=[
156
  gr.Textbox(label="Transcription", autoscroll=False),
157
- gr.Textbox(label="Speaker Identification", autoscroll=False)
158
  ],
159
  allow_flagging="never",
160
  )
 
154
  ],
155
  outputs=[
156
  gr.Textbox(label="Transcription", autoscroll=False),
157
+ #gr.Textbox(label="Speaker Identification", autoscroll=False)
158
  ],
159
  allow_flagging="never",
160
  )