Spaces:
Sleeping
Sleeping
back to original
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ button.selected::after{
|
|
125 |
}
|
126 |
|
127 |
.record-button::before{
|
128 |
-
background: #
|
129 |
}
|
130 |
|
131 |
"""
|
@@ -154,7 +154,7 @@ with demo:
|
|
154 |
],
|
155 |
outputs=[
|
156 |
gr.Textbox(label="Transcription", autoscroll=False),
|
157 |
-
|
158 |
],
|
159 |
allow_flagging="never",
|
160 |
)
|
@@ -173,7 +173,7 @@ with demo:
|
|
173 |
],
|
174 |
outputs=[
|
175 |
gr.Textbox(label="Transcription", autoscroll=False),
|
176 |
-
|
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 |
)
|