Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def yt_transcribe(yt_url, task):
|
|
69 |
|
70 |
demo = gr.Blocks()
|
71 |
output_2 = gr.File(label="Download")
|
72 |
-
description = """This application displays transcribed text for given audio input <img src="https://i.ibb.co/J5DscKw/GVP-Womens.jpg" width=
|
73 |
mf_transcribe = gr.Interface(
|
74 |
fn=transcribe,
|
75 |
inputs=[
|
|
|
69 |
|
70 |
demo = gr.Blocks()
|
71 |
output_2 = gr.File(label="Download")
|
72 |
+
description = """This application displays transcribed text for given audio input <img src="https://i.ibb.co/J5DscKw/GVP-Womens.jpg" width=100px>"""
|
73 |
mf_transcribe = gr.Interface(
|
74 |
fn=transcribe,
|
75 |
inputs=[
|