Manyue-DataScientist commited on
Commit
c37649d
·
verified ·
1 Parent(s): 3b4bd54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,7 +2,7 @@
2
  Multi-Speaker Audio Analyzer
3
  A Streamlit application that performs speaker diarization, transcription, and summarization on audio files.
4
 
5
- Author: [Your Name]
6
  Date: January 2025
7
  """
8
 
@@ -89,7 +89,7 @@ def process_audio(audio_file, max_duration=600):
89
  def main():
90
  """Main application function."""
91
  st.title("Multi-Speaker Audio Analyzer")
92
- st.write("Upload an audio file (MP3/WAV) up to 5 minutes long for best performance")
93
 
94
  uploaded_file = st.file_uploader("Choose a file", type=["mp3", "wav"])
95
 
 
2
  Multi-Speaker Audio Analyzer
3
  A Streamlit application that performs speaker diarization, transcription, and summarization on audio files.
4
 
5
+ Author: Manyue
6
  Date: January 2025
7
  """
8
 
 
89
  def main():
90
  """Main application function."""
91
  st.title("Multi-Speaker Audio Analyzer")
92
+ st.write("Upload an audio file (MP3) up to 5 minutes long for best performance")
93
 
94
  uploaded_file = st.file_uploader("Choose a file", type=["mp3", "wav"])
95