jaisun2004 commited on
Commit
ea3d090
·
verified ·
1 Parent(s): cd96b52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Brand & Topic Analysis for Indian Finance Apps",
110
- description="Upload your audio file (MP3/WAV). Get transcript, summary, *Indian brokerage & fintech brand detection*, key topics, and a bulleted summary. Powered by OpenAI Whisper and BART."
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()