Spaces:
Runtime error
Runtime error
Commit
·
44c8dae
1
Parent(s):
78bd3c1
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ context = Context(STABILITY_HOST, STABILITY_KEY)
|
|
15 |
|
16 |
# Test the connection
|
17 |
context.get_user_info()
|
18 |
-
print("Connection
|
19 |
|
20 |
outputs_path = r'C:\Work\tst\SAnim'
|
21 |
|
|
|
15 |
|
16 |
# Test the connection
|
17 |
context.get_user_info()
|
18 |
+
print("Connection successfuly!")
|
19 |
|
20 |
outputs_path = r'C:\Work\tst\SAnim'
|
21 |
|