mgokg commited on
Commit
6440454
·
verified ·
1 Parent(s): 59ff373

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
4
  from groq import Groq
5
  import soundfile as sf
6
  #from st_audiorec import st_audiorec
7
- #from audiorecorder import audiorecorder
8
 
9
  # Load environment variables
10
  api_key = os.getenv('groqwhisper')
 
4
  from groq import Groq
5
  import soundfile as sf
6
  #from st_audiorec import st_audiorec
7
+ from audiorecorder import audiorecorder
8
 
9
  # Load environment variables
10
  api_key = os.getenv('groqwhisper')