Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from basicsr.archs.srvgg_arch import SRVGGNetCompact
|
|
6 |
from gfpgan.utils import GFPGANer
|
7 |
from realesrgan.utils import RealESRGANer
|
8 |
from zeroscratches import EraseScratches
|
9 |
-
|
10 |
os.system("pip freeze")
|
11 |
|
12 |
os.system("pip freeze")
|
@@ -163,7 +163,7 @@ demo = gr.Interface(
|
|
163 |
gr.Image(type="numpy", label="Result Image"),
|
164 |
gr.File(label="Download the output image")
|
165 |
],
|
166 |
-
theme="
|
167 |
title=title,
|
168 |
description=description,
|
169 |
article=article)
|
|
|
6 |
from gfpgan.utils import GFPGANer
|
7 |
from realesrgan.utils import RealESRGANer
|
8 |
from zeroscratches import EraseScratches
|
9 |
+
|
10 |
os.system("pip freeze")
|
11 |
|
12 |
os.system("pip freeze")
|
|
|
163 |
gr.Image(type="numpy", label="Result Image"),
|
164 |
gr.File(label="Download the output image")
|
165 |
],
|
166 |
+
theme="xiaobaiyuan/theme_brief",
|
167 |
title=title,
|
168 |
description=description,
|
169 |
article=article)
|