Aiconvert commited on
Commit
b0d1b22
1 Parent(s): b6bd634

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -153,17 +153,19 @@ def process_image(img):
153
  title = "<span style='color: black; text-decoration: underline;'>AiAi Photo Restoration - Fix and Repair Your Old, Damaged, and Scratched Images</span>"
154
 
155
  description = r"""
156
- Gradio demo for <a href='https://aiconvert.online/restore-and-repair-old-photos/' style='color: blue; text-decoration: none;'>Photorevive AI</a> at <a href='https://aiconvert.online' style='color: crimson; text-decoration: none;'>aiconvert.online</a>
157
-
158
- """
159
- article = r"""
160
-
161
  <h3 style='text-align: left;'>Maximize Your Results:</h3>
162
  <ul>
163
  <li><strong>Enhance Image Quality:</strong> For optimal results, consider improving the image quality by upscaling before using the tool. This can help enhance the clarity and detail of your photos.</li>
164
  <li><strong>Double Restoration:</strong> After using the tool once, try running it again for additional restoration. This can further refine your image and achieve stunning results with each iteration.</li>
165
  </ul>
166
 
 
 
 
 
 
167
 
168
 
169
  """
 
153
  title = "<span style='color: black; text-decoration: underline;'>AiAi Photo Restoration - Fix and Repair Your Old, Damaged, and Scratched Images</span>"
154
 
155
  description = r"""
156
+ <span style='font-size: 20px;'>Gradio demo for <a href='https://aiconvert.online/restore-and-repair-old-photos/' style='color: blue; text-decoration: none;'>Photorevive AI</a> at <a href='https://aiconvert.online' style='color: crimson; text-decoration: none;'>aiconvert.online</a></span>
157
+ <br>
 
 
 
158
  <h3 style='text-align: left;'>Maximize Your Results:</h3>
159
  <ul>
160
  <li><strong>Enhance Image Quality:</strong> For optimal results, consider improving the image quality by upscaling before using the tool. This can help enhance the clarity and detail of your photos.</li>
161
  <li><strong>Double Restoration:</strong> After using the tool once, try running it again for additional restoration. This can further refine your image and achieve stunning results with each iteration.</li>
162
  </ul>
163
 
164
+ """
165
+ article = r"""
166
+
167
+
168
+
169
 
170
 
171
  """