akhaliq HF Staff commited on
Commit
5576e0b
·
1 Parent(s): a4c488a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2,7 +2,8 @@ import os
2
  os.system("git clone https://github.com/ckkelvinchan/RealBasicVSR.git")
3
  os.system("RealBasicVSR")
4
  os.system("mim install mmcv-full")
5
- import gradio
 
6
 
7
  os.mkdir("test")
8
  def inference(img):
 
2
  os.system("git clone https://github.com/ckkelvinchan/RealBasicVSR.git")
3
  os.system("RealBasicVSR")
4
  os.system("mim install mmcv-full")
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):