bash-j
bash-j
Hi Michael, With the weather widget, I thought the client would be accessing the yahoo api using javascript. Does the django-dashing library try to access the repository json file on...
Never seen this trick before so I played around a bit. Named formatting, more examples: ``` d = {'Jeff Smith': {'name': 'Jeff', 'age': 24}} person = 'Jeff Smith' print("My name...
@brennerm I would like to pass the argument 'decades' as the dict key and description so it prints, 'Hi my name is Jeff and I'm 2.4 decades old.'
I thought that format would replace the {0} in age[{0}] with 'decades' first before attempting the dictionary look up. I found that chaining two format functions together works: ``` print("Hi...
Yes the problem is fixed now. Thank you!
The output is a diffusers model. Try this code. You need to point to the location of the transformers folder which contains the shards. Then change the output file path...