miaohaiyuan commited on
Commit
dcc0d7d
·
1 Parent(s): ba7eb5a

update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -23
app.py CHANGED
@@ -297,30 +297,7 @@ try:
297
  st.markdown(f"[Github Repository](https://github.com/bklieger/groqnotes)\n\nAs with all generative AI, content may include inaccurate or placeholder information. GroqNotes is in beta and all feedback is welcome!")
298
 
299
  st.write(f"---")
300
- '''
301
- st.write(f"# Sample Audio Files")
302
 
303
- for audio_name, audio_info in audio_files.items():
304
-
305
- st.write(f"### {audio_name}")
306
-
307
- # Read audio file as binary
308
- with open(audio_info['file_path'], 'rb') as audio_file:
309
- audio_bytes = audio_file.read()
310
-
311
- # Create download button
312
- st.download_button(
313
- label=f"Download audio",
314
- data=audio_bytes,
315
- file_name=audio_info['file_path'],
316
- mime='audio/m4a'
317
- )
318
-
319
- st.markdown(f"[Credit Youtube Link]({audio_info['youtube_link']})")
320
- st.write(f"\n\n")
321
-
322
- st.write(f"---")
323
- '''
324
  st.write("# Customization Settings\n🧪 These settings are experimental.\n")
325
  st.write(f"By default, GroqNotes uses Llama3-70b for generating the notes outline and Llama3-8b for the content. This balances quality with speed and rate limit usage. You can customize these selections below.")
326
  outline_model_options = ["llama3-70b-8192", "llama3-8b-8192", "mixtral-8x7b-32768", "gemma-7b-it"]
 
297
  st.markdown(f"[Github Repository](https://github.com/bklieger/groqnotes)\n\nAs with all generative AI, content may include inaccurate or placeholder information. GroqNotes is in beta and all feedback is welcome!")
298
 
299
  st.write(f"---")
 
 
300
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  st.write("# Customization Settings\n🧪 These settings are experimental.\n")
302
  st.write(f"By default, GroqNotes uses Llama3-70b for generating the notes outline and Llama3-8b for the content. This balances quality with speed and rate limit usage. You can customize these selections below.")
303
  outline_model_options = ["llama3-70b-8192", "llama3-8b-8192", "mixtral-8x7b-32768", "gemma-7b-it"]