codeslake commited on
Commit
832ee16
1 Parent(s): 621eaef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ os.chdir("RefVSR")
9
  os.system("./install/install_cudnn113.sh")
10
  os.system("wget https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg/800px-Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg -O mona.jpg")
11
  os.mkdir("RefVSR")
12
- os.system("wget -P ckpt https://huggingface.co/akhaliq/RealBasicVSR_x4/resolve/main/RefVSR_small_MFID_8K.pytorch")
13
  sys.path.append("RefVSR")
14
 
15
  ## RefVSR
 
9
  os.system("./install/install_cudnn113.sh")
10
  os.system("wget https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg/800px-Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg -O mona.jpg")
11
  os.mkdir("RefVSR")
12
+ os.system("wget -P ckpt https://huggingface.co/codeslake/RefVSR/resolve/main/RefVSR_small_MFID_8K.pytorch")
13
  sys.path.append("RefVSR")
14
 
15
  ## RefVSR