Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -106,8 +106,8 @@ iface = gr.Interface(
|
|
106 |
gr.Textbox(label="Key Topics"),
|
107 |
gr.Textbox(label="Bulleted Key Takeaways")
|
108 |
],
|
109 |
-
title="Audio
|
110 |
-
description="Upload your audio file (MP3/WAV). Get
|
111 |
)
|
112 |
|
113 |
iface.launch()
|
|
|
106 |
gr.Textbox(label="Key Topics"),
|
107 |
gr.Textbox(label="Bulleted Key Takeaways")
|
108 |
],
|
109 |
+
title="Audio to Text & Insights Generation",
|
110 |
+
description="Upload your audio file (MP3/WAV). Get key insights!"
|
111 |
)
|
112 |
|
113 |
iface.launch()
|