Update app.py
Browse files
app.py
CHANGED
@@ -158,6 +158,14 @@ Gradio demo for <a href='https://aiconvert.online/restore-and-repair-old-photos/
|
|
158 |
"""
|
159 |
article = r"""
|
160 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
"""
|
162 |
demo = gr.Interface(
|
163 |
process_image, [
|
|
|
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 |
"""
|
170 |
demo = gr.Interface(
|
171 |
process_image, [
|