Spaces:
Runtime error
Runtime error
Commit
·
7a82896
1
Parent(s):
f82a6ed
update off (examples youtube)
Browse files
app.py
CHANGED
@@ -381,15 +381,15 @@ with demo:
|
|
381 |
##### 3. Applying agglomerative clustering on the embeddings to identify the speaker for each segment.
|
382 |
''')
|
383 |
|
384 |
-
with gr.Row():
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
examples = gr.Examples(examples=
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
|
394 |
|
395 |
with gr.Row():
|
|
|
381 |
##### 3. Applying agglomerative clustering on the embeddings to identify the speaker for each segment.
|
382 |
''')
|
383 |
|
384 |
+
# with gr.Row():
|
385 |
+
# gr.Markdown('''
|
386 |
+
# ### You can test by following examples:
|
387 |
+
# ''')
|
388 |
+
# examples = gr.Examples(examples=
|
389 |
+
# [ "https://www.youtube.com/watch?v=j7BfEzAFuYc&t=32s",
|
390 |
+
# "https://www.youtube.com/watch?v=-UX0X45sYe4",
|
391 |
+
# "https://www.youtube.com/watch?v=7minSgqi-Gw"],
|
392 |
+
# label="Examples", inputs=[youtube_url_in])
|
393 |
|
394 |
|
395 |
with gr.Row():
|