Spaces:
Runtime error
Runtime error
FIX: Remove env json
Browse files
app.py
CHANGED
@@ -1,14 +1,6 @@
|
|
1 |
import json
|
2 |
import os
|
3 |
|
4 |
-
with open("env.json") as f:
|
5 |
-
env_vars = json.load(f)
|
6 |
-
|
7 |
-
for k, v in env_vars.items():
|
8 |
-
os.environ[k] = v
|
9 |
-
|
10 |
-
import os
|
11 |
-
|
12 |
import openai
|
13 |
|
14 |
from audio_utils import text_to_speech, text_to_speech_polly
|
|
|
1 |
import json
|
2 |
import os
|
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
import openai
|
5 |
|
6 |
from audio_utils import text_to_speech, text_to_speech_polly
|