saifturzo3 commited on
Commit
4597c0a
1 Parent(s): 3a51976

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -118,13 +118,14 @@ title = "GFPGAN: Practical Face Restoration Algorithm"
118
  description = r"""GFPGAN On ZeroGPU : Towards Real-World Blind Face Restoration with Generative Facial Prior</b></a>.<br>
119
  It can be used to restore your **old photos** or improve **AI-generated faces**.<br>
120
  To use it, simply upload your image.<br>
 
 
121
  """
122
  article = r"""
123
  This is a clone of the original <a href='https://huggingface.co/spaces/Xintao/GFPGAN' target='_blank'>GFPGAN demo</a> with the following changes:
124
  - The original demo was modified to use the GPU for inference.
125
  - changed touch version to v2.0.0
126
 
127
- Please follow me on [Linkedin](https://www.linkedin.com/in/saifturzo3/).
128
 
129
  """
130
  demo = gr.Interface(
 
118
  description = r"""GFPGAN On ZeroGPU : Towards Real-World Blind Face Restoration with Generative Facial Prior</b></a>.<br>
119
  It can be used to restore your **old photos** or improve **AI-generated faces**.<br>
120
  To use it, simply upload your image.<br>
121
+ **Please follow me on [Linkedin](https://www.linkedin.com/in/saifturzo3/).**
122
+
123
  """
124
  article = r"""
125
  This is a clone of the original <a href='https://huggingface.co/spaces/Xintao/GFPGAN' target='_blank'>GFPGAN demo</a> with the following changes:
126
  - The original demo was modified to use the GPU for inference.
127
  - changed touch version to v2.0.0
128
 
 
129
 
130
  """
131
  demo = gr.Interface(