Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
|