viyi commited on
Commit
07350d1
·
verified ·
1 Parent(s): 0550903

Upload sdwui-start-util.dev.ipynb

Browse files
Files changed (1) hide show
  1. sdwui-start-util.dev.ipynb +1 -1
sdwui-start-util.dev.ipynb CHANGED
@@ -203,7 +203,7 @@
203
  " if len(_sub_path) != 2:\n",
204
  " _sub_path = ['/','/1/']\n",
205
  " \n",
206
- " _config_args:dict[str, str] = locals().get('config_args') or globals().get('config_args') or {}"
207
  ]
208
  },
209
  {
 
203
  " if len(_sub_path) != 2:\n",
204
  " _sub_path = ['/','/1/']\n",
205
  " \n",
206
+ " _config_args = locals().get('config_args') or globals().get('config_args') or {}"
207
  ]
208
  },
209
  {