Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,9 +24,9 @@ def inference2(url):
|
|
24 |
return main(url)
|
25 |
|
26 |
|
27 |
-
title="
|
28 |
|
29 |
-
description="
|
30 |
|
31 |
css = """
|
32 |
.gradio-container {
|
@@ -139,11 +139,10 @@ with block:
|
|
139 |
<rect x="23" y="69" width="23" height="23" fill="black"></rect>
|
140 |
</svg>
|
141 |
<h1 style="font-weight: 900; margin-bottom: 7px;">
|
142 |
-
|
143 |
</h1>
|
144 |
</div>
|
145 |
-
<
|
146 |
-
<p>It converts Youtube videos to text using openai/whisper..</p>
|
147 |
</div>
|
148 |
"""
|
149 |
)
|
|
|
24 |
return main(url)
|
25 |
|
26 |
|
27 |
+
title="YouWhisper"
|
28 |
|
29 |
+
description="YouWhisper converts Youtube videos to text using openai/whisper.."
|
30 |
|
31 |
css = """
|
32 |
.gradio-container {
|
|
|
139 |
<rect x="23" y="69" width="23" height="23" fill="black"></rect>
|
140 |
</svg>
|
141 |
<h1 style="font-weight: 900; margin-bottom: 7px;">
|
142 |
+
YouWhisper
|
143 |
</h1>
|
144 |
</div>
|
145 |
+
<p>YouWhisper converts Youtube videos to text using openai/whisper..</p>
|
|
|
146 |
</div>
|
147 |
"""
|
148 |
)
|