a-r-r-o-w HF staff commited on
Commit
b61a371
·
verified ·
1 Parent(s): d500c3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -39,8 +39,8 @@ Code: https://github.com/a-r-r-o-w/finetrainers
39
 
40
  Inference code:
41
 
42
- ```py
43
- thonimport torch
44
  from diffusers import LTXPipeline
45
  from diffusers.utils import export_to_video
46
 
 
39
 
40
  Inference code:
41
 
42
+ ```python
43
+ import torch
44
  from diffusers import LTXPipeline
45
  from diffusers.utils import export_to_video
46