Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
·
344c4fa
1
Parent(s):
95f9321
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ class GradioInference():
|
|
45 |
|
46 |
|
47 |
gio = GradioInference()
|
48 |
-
title = "Youtube
|
49 |
description = "Speech to text transcription, summary, and keyword extraction of Youtube videos using OpenAI's Whisper, Facebook/BART-Large-CNN, and YAKE"
|
50 |
|
51 |
block = gr.Blocks()
|
@@ -54,7 +54,7 @@ with block:
|
|
54 |
"""
|
55 |
<div style="text-align: center; max-width: 500px; margin: 0 auto;">
|
56 |
<div>
|
57 |
-
<h1>Youtube
|
58 |
</div>
|
59 |
<p style="margin-bottom: 10px; font-size: 94%">
|
60 |
Speech to text transcription, summary, and keyword extraction of Youtube videos using OpenAI's Whisper, Facebook/BART-Large-CNN, and YAKE
|
|
|
45 |
|
46 |
|
47 |
gio = GradioInference()
|
48 |
+
title = "Youtube Insights"
|
49 |
description = "Speech to text transcription, summary, and keyword extraction of Youtube videos using OpenAI's Whisper, Facebook/BART-Large-CNN, and YAKE"
|
50 |
|
51 |
block = gr.Blocks()
|
|
|
54 |
"""
|
55 |
<div style="text-align: center; max-width: 500px; margin: 0 auto;">
|
56 |
<div>
|
57 |
+
<h1>Youtube Insights</h1>
|
58 |
</div>
|
59 |
<p style="margin-bottom: 10px; font-size: 94%">
|
60 |
Speech to text transcription, summary, and keyword extraction of Youtube videos using OpenAI's Whisper, Facebook/BART-Large-CNN, and YAKE
|