Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,12 +67,6 @@ def yt_transcribe(yt_url, task):
|
|
67 |
|
68 |
return html_embed_str, text
|
69 |
|
70 |
-
with open('outt.txt', 'a+') as sw:
|
71 |
-
sw.writelines(text)
|
72 |
-
|
73 |
-
return [text,"outt.txt"]
|
74 |
-
|
75 |
-
|
76 |
demo = gr.Blocks()
|
77 |
output_2 = gr.File(label="Download")
|
78 |
description = """This application displays transcribed text for given audio input <img src="https://i.ibb.co/J5DscKw/GVP-Womens.jpg" width=100px>"""
|
|
|
67 |
|
68 |
return html_embed_str, text
|
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>"""
|