storresbusquets commited on
Commit
7f88bda
1 Parent(s): 044b0e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -541,8 +541,8 @@ with block as demo:
541
  with block:
542
  gr.Markdown("### Video Examples")
543
  gr.Examples(["https://www.youtube.com/shorts/xDNzz8yAH7I",
544
- "https://www.youtube.com/watch?v=MnrJzXM7a6o&pp=ygURc3RldmUgam9icyBzcGVlY2g%3D",
545
- "https://www.youtube.com/watch?v=FKjj1tNcbtM&pp=ygUvZGFuaWVsIGdvbGVtYW4gdGVkIHRhbGsgZW1vdGlvbmFsIGludGVsbGlnZW5jZSA%3D"],
546
  inputs=link)
547
 
548
  gr.Markdown("### Audio Examples")
@@ -562,7 +562,7 @@ with block:
562
 
563
  with gr.Accordion("What languages are supported for the analysis?", open=False):
564
  gr.Markdown(
565
- "YouTube Insights supports multiple languages for transcription and analysis. You can select your preferred language from the available options when using the app."
566
  )
567
 
568
  with gr.Accordion("Can I analyze audio files instead of YouTube videos?", open=False):
 
541
  with block:
542
  gr.Markdown("### Video Examples")
543
  gr.Examples(["https://www.youtube.com/shorts/xDNzz8yAH7I",
544
+ "https://youtu.be/MnrJzXM7a6o",
545
+ "https://youtu.be/FKjj1tNcbtM"],
546
  inputs=link)
547
 
548
  gr.Markdown("### Audio Examples")
 
562
 
563
  with gr.Accordion("What languages are supported for the analysis?", open=False):
564
  gr.Markdown(
565
+ "Media Insights supports multiple languages for transcription and analysis. You can select your preferred language from the available options when using the app."
566
  )
567
 
568
  with gr.Accordion("Can I analyze audio files instead of YouTube videos?", open=False):