Closed x-legion closed 1 year ago
match
syntax was introduced by Python 3.10, which is the support target for the WebUI - it used to target 3.9 though, so I imagine what happened here is your Python install is outdated?
Using it in Google colab
Argh, yeah, I forgot colab has outdated python for some reason.
I replaced the match
syntax with something backwards compatible.