Spaces:
Running
on
Zero
Running
on
Zero
lucakempkes
commited on
Commit
·
bdb95dc
1
Parent(s):
dcb70d0
model name update
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from fastapi.middleware.cors import CORSMiddleware
|
|
8 |
MODELS = {
|
9 |
"4xNomosWebPhotoRealPLKSR": "Phips/4xNomosWebPhoto_RealPLKSR",
|
10 |
"4xRealESRGAN": "luca115/4xRealESRGAN",
|
11 |
-
"
|
12 |
"4xSwinIRLarge": "luca115/4xSwinIRLarge",
|
13 |
}
|
14 |
|
|
|
8 |
MODELS = {
|
9 |
"4xNomosWebPhotoRealPLKSR": "Phips/4xNomosWebPhoto_RealPLKSR",
|
10 |
"4xRealESRGAN": "luca115/4xRealESRGAN",
|
11 |
+
"4xRealHATGANSharper": "luca115/Real_HAT_GAN_SHARPER",
|
12 |
"4xSwinIRLarge": "luca115/4xSwinIRLarge",
|
13 |
}
|
14 |
|