PKUWilliamYang commited on
Commit
5db3f5d
1 Parent(s): 765aeaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ def main():
119
  - Hit the **Rescale Image**/**Rescale First Frame** button.
120
  - Rescale the input to make it best fit the model.
121
  - The final image result will be based on this **Rescaled Face**. Use padding parameters to adjust the background space.
122
- - <font color=red>**Solution to [Error: no face detected!]**</font>: VToonify uses dlib.get_frontal_face_detector but sometimes it fails to detect a face. You can try several times or use other images until a face is detected, then switch back to the original image.
123
  - For video input, further hit the **Rescale Video** button.
124
  - The final video result will be based on this **Rescaled Video**. To avoid overload, video is cut to at most **100** frames.
125
 
119
  - Hit the **Rescale Image**/**Rescale First Frame** button.
120
  - Rescale the input to make it best fit the model.
121
  - The final image result will be based on this **Rescaled Face**. Use padding parameters to adjust the background space.
122
+ - **<font color=red>Solution to [Error: no face detected!]</font>**: VToonify uses dlib.get_frontal_face_detector but sometimes it fails to detect a face. You can try several times or use other images until a face is detected, then switch back to the original image.
123
  - For video input, further hit the **Rescale Video** button.
124
  - The final video result will be based on this **Rescaled Video**. To avoid overload, video is cut to at most **100** frames.
125