pjoshi15 commited on
Commit
bcbe7aa
β€’
1 Parent(s): 0d5ad73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ iface = gr.Interface(
88
  gr.Textbox(label="Status")
89
  ],
90
  title="Face Smoothing App",
91
- description="Upload an image to apply face smoothing effect. The app will detect faces and apply smoothing only to the face region./n Tutorial - https://youtu.be/tY1u3XErmfg?si=cRWmA7iyQsNEdIBo",
92
  examples=["face-4.jpg"] # Add example images here if you have any
93
  )
94
 
 
88
  gr.Textbox(label="Status")
89
  ],
90
  title="Face Smoothing App",
91
+ description="Upload an image to apply face smoothing effect. The app will detect faces and apply smoothing only to the face region | Video tutorial - https://youtu.be/tY1u3XErmfg?si=cRWmA7iyQsNEdIBo",
92
  examples=["face-4.jpg"] # Add example images here if you have any
93
  )
94