sagar007 commited on
Commit
ba4c4c2
·
verified ·
1 Parent(s): a3b38cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from PIL import Image
5
  import torch.nn.functional as F
6
  from torchvision import transforms as tfms
7
  from diffusers import DiffusionPipeline
 
8
 
9
  # Determine the appropriate device and dtype
10
  torch_device = "cuda" if torch.cuda.is_available() else "cpu"
 
5
  import torch.nn.functional as F
6
  from torchvision import transforms as tfms
7
  from diffusers import DiffusionPipeline
8
+ #
9
 
10
  # Determine the appropriate device and dtype
11
  torch_device = "cuda" if torch.cuda.is_available() else "cpu"