raihanrifaldi commited on
Commit
7a82896
·
1 Parent(s): f82a6ed

update off (examples youtube)

Browse files
Files changed (1) hide show
  1. app.py +9 -9
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
- 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():
 
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():