Spaces:
Running
on
Zero
Running
on
Zero
update ultrasharop repo id
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from image_gen_aux import UpscaleWithModel
|
|
| 5 |
from image_gen_aux.utils import load_image
|
| 6 |
|
| 7 |
MODELS = {
|
| 8 |
-
"UltraSharp": "
|
| 9 |
"DAT X4": "OzzyGT/DAT_X4",
|
| 10 |
"DAT X3": "OzzyGT/DAT_X3",
|
| 11 |
"DAT X2": "OzzyGT/DAT_X2",
|
|
|
|
| 5 |
from image_gen_aux.utils import load_image
|
| 6 |
|
| 7 |
MODELS = {
|
| 8 |
+
"UltraSharp": "Kim2091/UltraSharp",
|
| 9 |
"DAT X4": "OzzyGT/DAT_X4",
|
| 10 |
"DAT X3": "OzzyGT/DAT_X3",
|
| 11 |
"DAT X2": "OzzyGT/DAT_X2",
|