helvekami commited on
Commit
02b1ff9
·
verified ·
1 Parent(s): ac7a1cb

Update app.py with transcript download function

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -44,10 +44,11 @@ iface = gr.Interface(
44
  fn=transcribe_and_respond,
45
  inputs=[
46
  gr.Audio(sources=["upload", "microphone"], type="filepath"),
47
- gr.File(label="Download Transcript")
48
  ],
49
  outputs=[
50
- gr.Textbox(label="Transcript")
 
51
  ],
52
  title="ShukaNotesApp",
53
  description="Note Maker for Indian Offices and Their Many Languages.",
 
44
  fn=transcribe_and_respond,
45
  inputs=[
46
  gr.Audio(sources=["upload", "microphone"], type="filepath"),
47
+
48
  ],
49
  outputs=[
50
+ gr.Textbox(label="Transcript"),
51
+ gr.File(label="Download Transcript")
52
  ],
53
  title="ShukaNotesApp",
54
  description="Note Maker for Indian Offices and Their Many Languages.",