Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -368,20 +368,17 @@ with demo:
|
|
368 |
|
369 |
with gr.Row():
|
370 |
gr.Markdown('''
|
371 |
-
|
372 |
-
##### 1. Using Open AI's Whisper model to seperate audio into segments and generate transcripts.
|
373 |
-
##### 2. Generating speaker embeddings for each segments.
|
374 |
-
##### 3. Applying agglomerative clustering on the embeddings to identify the speaker for each segment.
|
375 |
''')
|
376 |
|
377 |
with gr.Row():
|
378 |
gr.Markdown('''
|
379 |
-
|
380 |
''')
|
381 |
examples = gr.Examples(examples=
|
382 |
-
[ "
|
383 |
-
"
|
384 |
-
"
|
385 |
label="Examples", inputs=[youtube_url_in])
|
386 |
|
387 |
|
@@ -412,7 +409,7 @@ with demo:
|
|
412 |
|
413 |
with gr.Row():
|
414 |
gr.Markdown('''
|
415 |
-
#####
|
416 |
##### ''')
|
417 |
|
418 |
|
|
|
368 |
|
369 |
with gr.Row():
|
370 |
gr.Markdown('''
|
371 |
+
|
|
|
|
|
|
|
372 |
''')
|
373 |
|
374 |
with gr.Row():
|
375 |
gr.Markdown('''
|
376 |
+
|
377 |
''')
|
378 |
examples = gr.Examples(examples=
|
379 |
+
[ "",
|
380 |
+
"",
|
381 |
+
""],
|
382 |
label="Examples", inputs=[youtube_url_in])
|
383 |
|
384 |
|
|
|
409 |
|
410 |
with gr.Row():
|
411 |
gr.Markdown('''
|
412 |
+
#####
|
413 |
##### ''')
|
414 |
|
415 |
|