imorcillo commited on
Commit
751dcae
·
verified ·
1 Parent(s): daaf56f

back to original

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -125,7 +125,7 @@ button.selected::after{
125
  }
126
 
127
  .record-button::before{
128
- background: #5b65a7;
129
  }
130
 
131
  """
@@ -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
  )
@@ -173,7 +173,7 @@ with demo:
173
  ],
174
  outputs=[
175
  gr.Textbox(label="Transcription", autoscroll=False),
176
- #gr.Textbox(label="Speaker Identification", autoscroll=False)
177
  ],
178
  allow_flagging="never",
179
  )
 
125
  }
126
 
127
  .record-button::before{
128
+ background: #E50914;
129
  }
130
 
131
  """
 
154
  ],
155
  outputs=[
156
  gr.Textbox(label="Transcription", autoscroll=False),
157
+ gr.Textbox(label="Speaker Identification", autoscroll=False)
158
  ],
159
  allow_flagging="never",
160
  )
 
173
  ],
174
  outputs=[
175
  gr.Textbox(label="Transcription", autoscroll=False),
176
+ gr.Textbox(label="Speaker Identification", autoscroll=False)
177
  ],
178
  allow_flagging="never",
179
  )