Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ def process_image(img):
|
|
150 |
return None, None
|
151 |
|
152 |
# Gradio interface
|
153 |
-
title = "<span style='color: black; text-decoration: underline;'>
|
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>
|
|
|
150 |
return None, None
|
151 |
|
152 |
# Gradio interface
|
153 |
+
title = "<span style='color: black; text-decoration: underline;'>AI 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>
|