Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from PIL import Image
|
|
18 |
from refiners.fluxion.utils import manual_seed
|
19 |
from refiners.foundationals.latent_diffusion import Solver, solvers
|
20 |
|
21 |
-
from enhancer import ESRGANUpscaler, ESRGANUpscalerCheckpoints
|
22 |
|
23 |
TITLE = """
|
24 |
<h1 align="center">Image Enhancer, implemented using refiners</h1>
|
|
|
18 |
from refiners.fluxion.utils import manual_seed
|
19 |
from refiners.foundationals.latent_diffusion import Solver, solvers
|
20 |
|
21 |
+
from src1.enhancer import ESRGANUpscaler, ESRGANUpscalerCheckpoints
|
22 |
|
23 |
TITLE = """
|
24 |
<h1 align="center">Image Enhancer, implemented using refiners</h1>
|