gokaygokay commited on
Commit
6b50c46
·
verified ·
1 Parent(s): 440550c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -26,12 +26,12 @@ def process_image(input_image, output_type):
26
  output = remover.process(input_image, type='rgba')
27
  return output
28
 
29
- description = """<h1 align="center">InSPyReNet Background Remover</h1>
30
- <p><center>
31
- <a href="https://github.com/plemeri/InSPyReNet" target="_blank">[Github]</a>
32
- <a href="https://dualview.ai" target="_blank">[Compare Results]</a>
33
- </center></p>
34
- """
35
 
36
  iface = gr.Interface(
37
  fn=process_image,
 
26
  output = remover.process(input_image, type='rgba')
27
  return output
28
 
29
+ description = """<h1 align="center">InSPyReNet Background Remover</h1>
30
+ <p><center>
31
+ <a href="https://github.com/plemeri/InSPyReNet" target="_blank">[Github]</a>
32
+ <a href="https://dualview.ai" target="_blank">[Compare Results]</a>
33
+ </center></p>
34
+ """
35
 
36
  iface = gr.Interface(
37
  fn=process_image,