Spaces:
Runtime error
Runtime error
Commit
·
3c726e8
1
Parent(s):
961040c
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from stability_sdk.animation_ui import create_ui
|
|
5 |
|
6 |
# @markdown To get your API key visit https://dreamstudio.ai/account
|
7 |
STABILITY_HOST = "grpc.stability.ai:443" #@param {type:"string"}
|
8 |
-
STABILITY_KEY = getpass.getpass('Enter your API Key')
|
9 |
|
10 |
# Connect to Stability API
|
11 |
context = Context(STABILITY_HOST, STABILITY_KEY)
|
|
|
5 |
|
6 |
# @markdown To get your API key visit https://dreamstudio.ai/account
|
7 |
STABILITY_HOST = "grpc.stability.ai:443" #@param {type:"string"}
|
8 |
+
STABILITY_KEY = ""#getpass.getpass('Enter your API Key')
|
9 |
|
10 |
# Connect to Stability API
|
11 |
context = Context(STABILITY_HOST, STABILITY_KEY)
|