Update app.py
Browse files
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
|
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 |
|