hanquansanren commited on
Commit
40dc653
·
1 Parent(s): 5632081
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,6 +4,7 @@ from datetime import date
4
  from shutil import copyfile
5
  import cv2 as cv
6
  import numpy as np
 
7
  import torch
8
  import torch.backends.cudnn
9
  import admin.settings as ws_settings
@@ -34,7 +35,7 @@ from datasets.utils.warping import register_model2
34
 
35
  import gradio as gr
36
  from huggingface_hub import hf_hub_download
37
- from spaces import GPU
38
 
39
 
40
  reg_model_bilin = register_model2((512,512), 'bilinear')
 
4
  from shutil import copyfile
5
  import cv2 as cv
6
  import numpy as np
7
+ from spaces import GPU
8
  import torch
9
  import torch.backends.cudnn
10
  import admin.settings as ws_settings
 
35
 
36
  import gradio as gr
37
  from huggingface_hub import hf_hub_download
38
+
39
 
40
 
41
  reg_model_bilin = register_model2((512,512), 'bilinear')