Skip to content

Commit e8683f9

Browse files
committed
Quotes
1 parent aad97bc commit e8683f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/decoding/sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def plot(frames: torch.Tensor, title: str | None = None):
4242
print("Cannot plot, please run `pip install torchvision matplotlib`")
4343
return
4444

45-
plt.rcParams['savefig.bbox'] = 'tight'
45+
plt.rcParams["savefig.bbox"] = 'tight'
4646
fig, ax = plt.subplots()
4747
ax.imshow(to_pil_image(make_grid(frames)))
4848
ax.set(xticklabels=[], yticklabels=[], xticks=[], yticks=[])

0 commit comments

Comments
 (0)