Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,8 @@ mf_transcribe = gr.Interface(
|
|
84 |
description= description,
|
85 |
allow_flagging="never",
|
86 |
)
|
87 |
-
|
|
|
88 |
yt_transcribe = gr.Interface(
|
89 |
fn=yt_transcribe,
|
90 |
inputs=[
|
|
|
84 |
description= description,
|
85 |
allow_flagging="never",
|
86 |
)
|
87 |
+
output_2 = gr.File(label="Download")
|
88 |
+
description = """This application displays transcribed text for given audio input <img src="https://i.ibb.co/J5DscKw/GVP-Womens.jpg" width=100px>"""
|
89 |
yt_transcribe = gr.Interface(
|
90 |
fn=yt_transcribe,
|
91 |
inputs=[
|