ywh187 commited on
Commit
52e2524
1 Parent(s): f0d7a3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
 
7
  def draw(description):
8
  print("description"+description)
9
- JKLAS = os.environ.getattribute("JKLAS")
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 = []