Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -40,8 +40,8 @@ def check_valid_login(user_name, password):
|
|
40 |
MAX_FRAME = 24
|
41 |
|
42 |
#VFI inference ์ฝ๋๋ฅผ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค.
|
43 |
-
DEVICE = 0#"cuda"
|
44 |
-
torch.cuda.set_device(DEVICE)
|
45 |
#ROOT = args.root
|
46 |
#SAVE_ROOT = f'output'
|
47 |
SCALE = 1
|
|
|
40 |
MAX_FRAME = 24
|
41 |
|
42 |
#VFI inference ์ฝ๋๋ฅผ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค.
|
43 |
+
DEVICE = "cpu"#0#"cuda"
|
44 |
+
#torch.cuda.set_device(DEVICE)
|
45 |
#ROOT = args.root
|
46 |
#SAVE_ROOT = f'output'
|
47 |
SCALE = 1
|