Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import os
|
|
5 |
|
6 |
os.system("git clone https://github.com/ai-forever/KandiSuperRes.git")
|
7 |
os.system("cd KandiSuperRes")
|
|
|
8 |
from KandiSuperRes import sr_pipeline
|
9 |
|
10 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
|
|
5 |
|
6 |
os.system("git clone https://github.com/ai-forever/KandiSuperRes.git")
|
7 |
os.system("cd KandiSuperRes")
|
8 |
+
os.system("ls")
|
9 |
from KandiSuperRes import sr_pipeline
|
10 |
|
11 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|