crumb commited on
Commit
f3093d2
1 Parent(s): 17a8246

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ a notebook for producing your own "stable inversions" is included in this repo b
17
 
18
  how you can load this into a diffusers-based notebook like [Doohickey](https://github.com/aicrumb/doohickey) might look something like this
19
 
20
- ```
21
  from huggingface_hub import hf_hub_download
22
 
23
  stable_inversion = "user/my-stable-inversion" #@param {type:"string"}
 
17
 
18
  how you can load this into a diffusers-based notebook like [Doohickey](https://github.com/aicrumb/doohickey) might look something like this
19
 
20
+ ```python
21
  from huggingface_hub import hf_hub_download
22
 
23
  stable_inversion = "user/my-stable-inversion" #@param {type:"string"}