rcfeng commited on
Commit
dac6ef2
·
1 Parent(s): d9fefdd
Files changed (1) hide show
  1. hugging_face/app.py +1 -1
hugging_face/app.py CHANGED
@@ -2,6 +2,7 @@ import os
2
  import cv2
3
  import argparse
4
  import glob
 
5
  import torch
6
  import numpy as np
7
  from tqdm import tqdm
@@ -16,7 +17,6 @@ from basicsr.utils.video_util import VideoReader, VideoWriter
16
  from basicsr.utils.registry import ARCH_REGISTRY
17
  import gradio as gr
18
  from torch.hub import download_url_to_file
19
- import spaces
20
 
21
  title = r"""<h1 align="center">KEEP: Kalman-Inspired Feature Propagation for Video Face Super-Resolution</h1>"""
22
 
 
2
  import cv2
3
  import argparse
4
  import glob
5
+ import spaces
6
  import torch
7
  import numpy as np
8
  from tqdm import tqdm
 
17
  from basicsr.utils.registry import ARCH_REGISTRY
18
  import gradio as gr
19
  from torch.hub import download_url_to_file
 
20
 
21
  title = r"""<h1 align="center">KEEP: Kalman-Inspired Feature Propagation for Video Face Super-Resolution</h1>"""
22