Xhaheen commited on
Commit
19e6ee3
·
1 Parent(s): af5dfdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ os.environ['STABILITY_HOST'] = 'grpc.stability.ai:443'
3
  STABILITY_KEY = os.environ["STABILITY_KEY"]
4
  cohere_key = os.environ["cohere_key"]
5
  import cohere
6
-
7
  co = cohere.Client(cohere_key)
8
  import io
9
  import os
 
3
  STABILITY_KEY = os.environ["STABILITY_KEY"]
4
  cohere_key = os.environ["cohere_key"]
5
  import cohere
6
+ import random
7
  co = cohere.Client(cohere_key)
8
  import io
9
  import os