dineshb commited on
Commit
9a63a49
·
1 Parent(s): 28555b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
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>"""