dineshb commited on
Commit
594ec47
Β·
1 Parent(s): d2a75bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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=[