Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
-
|
|
|
3 |
STABILITY_KEY = os.environ["STABILITY_KEY"]
|
4 |
cohere_key = os.environ["cohere_key"]
|
5 |
import cohere
|
|
|
1 |
import os
|
2 |
+
|
3 |
+
STABILITY_HOST = os.environ["STABILITY_HOST"]
|
4 |
STABILITY_KEY = os.environ["STABILITY_KEY"]
|
5 |
cohere_key = os.environ["cohere_key"]
|
6 |
import cohere
|