sunshangquan commited on
Commit
7ab2cfa
·
2 Parent(s): 111d9b6 0c10de5

commit from ssq

Browse files
Files changed (1) hide show
  1. demo.py +3 -0
demo.py CHANGED
@@ -1,5 +1,8 @@
1
  from basicsr.model.image_restoration_model import ImageCleanModel
 
2
  from huggingface_hub import PyTorchModelHubMixin
 
 
3
 
4
  # define model
5
  model = ImageCleanModel(...)
 
1
  from basicsr.model.image_restoration_model import ImageCleanModel
2
+ <<<<<<< HEAD
3
  from huggingface_hub import PyTorchModelHubMixin
4
+ =======
5
+ >>>>>>> 0c10de556292aefe29d7af74311340a7eb844834
6
 
7
  # define model
8
  model = ImageCleanModel(...)