Shiro39

Results 46 comments of Shiro39

> Oh didn't realize colab had that issue. I can change it. Any idea why it doesn't work on colab? Does it force an older version of python than the...

> > seriously, why you even wrote match-case instead of if-else when there are literally only 3 conditions to check for??? it's not like match-case gonna give you faster execution...

here, I'll fix it for you. you can just copy and paste it. change this: ```Python match denoising_curve: case "Aggressive": strength = math.sin((progress) * math.pi * 0.5) case "Lazy": strength...

the match-case broke my notebook BUT it was working yesterday, as of 2023-05-24. yes, Colab doesn't support Python 3.10 but it was running fine the other day and the loopback.py...

> @abvgdeabvgde2 thanks so much for that -- I was pulling my hair out trying to install python 3.10 and all dependencies in Colab, this was a nice elegant fix!...

> Same issue here, on colab as well, after latest commits everything stopped working... Changing params from match to if,elif,else worked to some extent, still colab is unresponsive. All "buttons"...

> Do someone still have any issues with colab? If not, I will close issue. I still have issue with the WebUI not being able to load properly on Firefox...

> I have issues with infinite Gradio download screen too sometimes. But local tunel helps. the infinite loading has been fixed, I'm no longer getting that on Colab. but my...

I'm working on a simpler(?) notebook that's based on TheLastBen's notebook. [feel free to use it](https://colab.research.google.com/github/shirooo39/YASDCN/blob/master/YASDCN.ipynb)

so is it now possible to use OTG HID and mirror on Windows at the same time?