Aiconvert commited on
Commit
49b4575
1 Parent(s): 8f3cdfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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,6 +163,7 @@ demo = gr.Interface(
163
  gr.Image(type="numpy", label="Result Image"),
164
  gr.File(label="Download the output image")
165
  ],
 
166
  title=title,
167
  description=description,
168
  article=article)
 
6
  from gfpgan.utils import GFPGANer
7
  from realesrgan.utils import RealESRGANer
8
  from zeroscratches import EraseScratches
9
+ from AinaTheme import theme
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=theme,
167
  title=title,
168
  description=description,
169
  article=article)