Spaces:
Runtime error
Runtime error
Commit
·
8913f8d
1
Parent(s):
db74269
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import openai
|
|
3 |
from gtts import gTTS
|
4 |
import streamlit as st
|
5 |
openai.api_key = os.getenv("OPENAI_API_KEY")
|
|
|
6 |
|
7 |
|
8 |
|
|
|
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 |
|