Spaces:
Runtime error
Runtime error
Commit
·
b9cdc07
1
Parent(s):
3831e27
Update app.py
Browse files
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 |
|