Spaces:
Running
Running
Removed speaker identification from outputs
Browse files
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 |
)
|