Staqt commited on
Commit
1538365
1 Parent(s): 1996e15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -9
app.py CHANGED
@@ -368,20 +368,17 @@ with demo:
368
 
369
  with gr.Row():
370
  gr.Markdown('''
371
- ### Transcribe youtube link using OpenAI Whisper
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
- ### You can test by following examples:
380
  ''')
381
  examples = gr.Examples(examples=
382
- [ "https://www.youtube.com/watch?v=j7BfEzAFuYc&t=32s",
383
- "https://www.youtube.com/watch?v=-UX0X45sYe4",
384
- "https://www.youtube.com/watch?v=7minSgqi-Gw"],
385
  label="Examples", inputs=[youtube_url_in])
386
 
387
 
@@ -412,7 +409,7 @@ with demo:
412
 
413
  with gr.Row():
414
  gr.Markdown('''
415
- ##### Here you will get transcription output
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