Rishi Desai commited on
Commit
2fd1616
·
1 Parent(s): 987d832

link to blog post

Browse files
Files changed (1) hide show
  1. demo.py +4 -2
demo.py CHANGED
@@ -113,13 +113,15 @@ def create_gradio_interface():
113
  with gr.Blocks(title="Face Enhancement Demo") as demo:
114
  # Add instructions at the top
115
  gr.Markdown("""
116
- # Face Enhancement Demo
117
  ### Instructions
118
  1. Upload the target image you want to enhance
119
  2. Upload a high-quality reference face image
120
- 3. Click 'Enhance Face' to start the processing
121
 
122
  Processing takes about 60 seconds. Due to the constraints of this demo, face cropping and upscaling are not applied to the reference image.
 
 
123
  """, elem_id="instructions")
124
 
125
  # Add a horizontal line for separation
 
113
  with gr.Blocks(title="Face Enhancement Demo") as demo:
114
  # Add instructions at the top
115
  gr.Markdown("""
116
+ # Face Enhancement
117
  ### Instructions
118
  1. Upload the target image you want to enhance
119
  2. Upload a high-quality reference face image
120
+ 3. Click 'Enhance Face'
121
 
122
  Processing takes about 60 seconds. Due to the constraints of this demo, face cropping and upscaling are not applied to the reference image.
123
+
124
+ For more information, check out my [blog post](https://rishidesai.github.io/posts/face-enhancement-techniques/).
125
  """, elem_id="instructions")
126
 
127
  # Add a horizontal line for separation