Shanulhaq commited on
Commit
70f5dcc
1 Parent(s): d2fc9df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  import logging
3
  import streamlit as st
4
- import google-generativeai
5
  from streamlit_chat import message
6
  import whisper
7
  from gtts import gTTS
 
1
  import os
2
  import logging
3
  import streamlit as st
4
+ import google.generativeai
5
  from streamlit_chat import message
6
  import whisper
7
  from gtts import gTTS