Spaces:
Runtime error
Runtime error
Commit
·
8b4f0b1
1
Parent(s):
f96037b
Update app.py
Browse files
app.py
CHANGED
@@ -437,14 +437,14 @@ with block:
|
|
437 |
|
438 |
gr.Markdown("### About the app:")
|
439 |
|
440 |
-
with gr.Accordion("What is YouTube Insights?", open=False):
|
441 |
gr.Markdown(
|
442 |
"YouTube Insights is a tool developed for academic purposes that allows you to analyze YouTube videos or audio files. It provides features like transcription, summarization, keyword extraction, sentiment analysis, and word cloud generation for multimedia content."
|
443 |
)
|
444 |
|
445 |
with gr.Accordion("How does YouTube Insights work?", open=False):
|
446 |
gr.Markdown(
|
447 |
-
"YouTube Insights leverages several powerful AI models and libraries. It uses OpenAI's Whisper for Automatic Speech Recognition (ASR) to transcribe audio content. It summarizes the transcribed text using Facebook's BART model, extracts keywords with VoiceLabT5, performs sentiment analysis with DistilBERT, and generates word clouds."
|
448 |
)
|
449 |
|
450 |
with gr.Accordion("What languages are supported for the analysis?", open=False):
|
|
|
437 |
|
438 |
gr.Markdown("### About the app:")
|
439 |
|
440 |
+
with gr.Accordion("What is YouTube Insights?", open=False, css="h3 { font-family: Poppins }"):
|
441 |
gr.Markdown(
|
442 |
"YouTube Insights is a tool developed for academic purposes that allows you to analyze YouTube videos or audio files. It provides features like transcription, summarization, keyword extraction, sentiment analysis, and word cloud generation for multimedia content."
|
443 |
)
|
444 |
|
445 |
with gr.Accordion("How does YouTube Insights work?", open=False):
|
446 |
gr.Markdown(
|
447 |
+
"YouTube Insights leverages several powerful AI models and libraries. It uses OpenAI's Whisper for Automatic Speech Recognition (ASR) to transcribe audio content. It summarizes the transcribed text using Facebook's BART model, extracts keywords with VoiceLabT5, performs sentiment analysis with DistilBERT, and generates word clouds.", css="h3 { font-family: Poppins }"
|
448 |
)
|
449 |
|
450 |
with gr.Accordion("What languages are supported for the analysis?", open=False):
|