akhaliq HF staff commited on
Commit
4816634
1 Parent(s): 4f66e9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ os.system("mim install mmcv-full")
3
  os.system("git clone https://github.com/ckkelvinchan/RealBasicVSR.git")
4
  os.chdir("RealBasicVSR")
5
  import gradio as gr
6
- os.system("wget -q https://huggingface.co/akhaliq/RealBasicVSR_x4/resolve/main/RealBasicVSR_x4.pth")
7
 
8
  os.mkdir("test")
9
  def inference(img):
 
3
  os.system("git clone https://github.com/ckkelvinchan/RealBasicVSR.git")
4
  os.chdir("RealBasicVSR")
5
  import gradio as gr
6
+ os.system("wget https://huggingface.co/akhaliq/RealBasicVSR_x4/resolve/main/RealBasicVSR_x4.pth")
7
 
8
  os.mkdir("test")
9
  def inference(img):