mgokg commited on
Commit
3aa852f
·
verified ·
1 Parent(s): 13a2655

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import os
2
  import io
3
  import streamlit as st
4
  from groq import Groq
 
5
  import soundfile as sf
6
  import google.generativeai as genai
7
  from audiorecorder import audiorecorder
 
2
  import io
3
  import streamlit as st
4
  from groq import Groq
5
+ import requests
6
  import soundfile as sf
7
  import google.generativeai as genai
8
  from audiorecorder import audiorecorder