Spaces:
Sleeping
Sleeping
Walterchamy
commited on
Commit
•
6168dcc
1
Parent(s):
d026c83
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
import openai
|
3 |
from gtts import gTTS
|
4 |
import streamlit as st
|
5 |
-
from openai import OpenAI
|
6 |
|
7 |
client = OpenAI(
|
8 |
api_key=os.environ['OPENAI_API_KEY'], # this is also the default, it can be omitted
|
|
|
2 |
import openai
|
3 |
from gtts import gTTS
|
4 |
import streamlit as st
|
5 |
+
#from openai import OpenAI
|
6 |
|
7 |
client = OpenAI(
|
8 |
api_key=os.environ['OPENAI_API_KEY'], # this is also the default, it can be omitted
|