You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nbs/demo_colab.ipynb
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,9 @@
62
62
"\n",
63
63
"\n",
64
64
"stability_api = client.StabilityInference(\n",
65
-
" key=os.environ['STABILITY_KEY'], \n",
65
+
" key=os.environ['STABILITY_KEY'],\n",
66
+
" # Optional: Specify a specific model/checkpoint. Will use the default model as defined in the Python SDK release currently used if not specified. \n",
0 commit comments