Walterchamy commited on
Commit
b9cdc07
·
1 Parent(s): 3831e27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -3,7 +3,6 @@ import openai
3
  from gtts import gTTS
4
  import streamlit as st
5
  openai.api_key = os.getenv("OPENAI_API_KEY")
6
- openai.migrate
7
 
8
 
9
 
 
3
  from gtts import gTTS
4
  import streamlit as st
5
  openai.api_key = os.getenv("OPENAI_API_KEY")
 
6
 
7
 
8