doevent commited on
Commit
a84a572
·
verified ·
1 Parent(s): 8ee9128

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import gradio as gr
4
  import os
5
 
6
  os.system("git clone https://github.com/ai-forever/KandiSuperRes.git")
 
7
  from KandiSuperRes import get_SR_pipeline
8
 
9
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
 
4
  import os
5
 
6
  os.system("git clone https://github.com/ai-forever/KandiSuperRes.git")
7
+ os.system("cd KandiSuperRes")
8
  from KandiSuperRes import get_SR_pipeline
9
 
10
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')