doevent commited on
Commit
6dcbc25
·
verified ·
1 Parent(s): 066186a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,7 +4,6 @@ import gradio as gr
4
  import os
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
 
 
4
  import os
5
 
6
  os.system("git clone https://github.com/ai-forever/KandiSuperRes.git .")
 
7
  os.system("ls")
8
  from KandiSuperRes import sr_pipeline
9