prithivMLmods commited on
Commit
151bae0
·
verified ·
1 Parent(s): 8048e35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ if torch.cuda.is_available():
37
  print("current device:", torch.cuda.current_device())
38
  print("device name:", torch.cuda.get_device_name(torch.cuda.current_device()))
39
 
40
- print("Using device:", device)
41
 
42
  # List of predefined style models (formerly LoRAs)
43
  style_definitions = [
 
37
  print("current device:", torch.cuda.current_device())
38
  print("device name:", torch.cuda.get_device_name(torch.cuda.current_device()))
39
 
40
+ print("Using device:", processing_device)
41
 
42
  # List of predefined style models (formerly LoRAs)
43
  style_definitions = [