fantaxy commited on
Commit
233cdaa
β€’
1 Parent(s): ee944cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -10,8 +10,7 @@ import threading
10
  import torch
11
  from subprocess import getoutput
12
  import torch
13
- torch.cuda.set_device(1) # GPU 1번 μ‚¬μš©
14
- torch.backends.cudnn.enabled = True
15
 
16
  # ν™˜κ²½ λ³€μˆ˜ λŒ€μ‹  μ½”λ“œ λ‚΄μ—μ„œ 직접 μ„€μ •
17
  is_shared_ui = False # λ˜λŠ” True, ν•„μš”μ— 따라 μ„€μ •
 
10
  import torch
11
  from subprocess import getoutput
12
  import torch
13
+
 
14
 
15
  # ν™˜κ²½ λ³€μˆ˜ λŒ€μ‹  μ½”λ“œ λ‚΄μ—μ„œ 직접 μ„€μ •
16
  is_shared_ui = False # λ˜λŠ” True, ν•„μš”μ— 따라 μ„€μ •