helvekami commited on
Commit
0743662
·
verified ·
1 Parent(s): 57740a6

Update app.py

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