Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
|
7 |
def draw(description):
|
8 |
print("description"+description)
|
9 |
-
JKLAS = os.environ
|
10 |
dalle = Dalle2(JKLAS)
|
11 |
generations = dalle.generate(description)
|
12 |
img_list = []
|
|
|
6 |
|
7 |
def draw(description):
|
8 |
print("description"+description)
|
9 |
+
JKLAS = os.environ["JKLAS"]
|
10 |
dalle = Dalle2(JKLAS)
|
11 |
generations = dalle.generate(description)
|
12 |
img_list = []
|