OzzyGT HF staff commited on
Commit
8346ea0
1 Parent(s): d670e90

added more dat variants

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -4,7 +4,12 @@ from gradio_imageslider import ImageSlider
4
  from image_gen_aux import UpscaleWithModel
5
  from image_gen_aux.utils import load_image
6
 
7
- MODELS = {"UltraSharp": "OzzyGT/UltraSharp", "DAT X4": "OzzyGT/DAT_X4"}
 
 
 
 
 
8
 
9
 
10
  @spaces.GPU
 
4
  from image_gen_aux import UpscaleWithModel
5
  from image_gen_aux.utils import load_image
6
 
7
+ MODELS = {
8
+ "UltraSharp": "OzzyGT/UltraSharp",
9
+ "DAT X4": "OzzyGT/DAT_X4",
10
+ "DAT X3": "OzzyGT/DAT_X3",
11
+ "DAT X2": "OzzyGT/DAT_X2",
12
+ }
13
 
14
 
15
  @spaces.GPU