diff --git a/README.md b/README.md
index ad994c3..522bd05 100644
--- a/README.md
+++ b/README.md
@@ -28,11 +28,18 @@ Margot Robbie
examples
+Sylvester Stallone
+
+
+
+examples
+ |
Tom Cruise
examples
+
|
diff --git a/doc/celebs/Sylvester_Stallone/Sylvester_Stallone.jpg b/doc/celebs/Sylvester_Stallone/Sylvester_Stallone.jpg
new file mode 100644
index 0000000..f32fbc1
Binary files /dev/null and b/doc/celebs/Sylvester_Stallone/Sylvester_Stallone.jpg differ
diff --git a/doc/celebs/Sylvester_Stallone/Sylvester_Stallone_0.mp4 b/doc/celebs/Sylvester_Stallone/Sylvester_Stallone_0.mp4
new file mode 100644
index 0000000..04b45e5
Binary files /dev/null and b/doc/celebs/Sylvester_Stallone/Sylvester_Stallone_0.mp4 differ
diff --git a/doc/celebs/Sylvester_Stallone/Sylvester_Stallone_1.mp4 b/doc/celebs/Sylvester_Stallone/Sylvester_Stallone_1.mp4
new file mode 100644
index 0000000..aea0d87
Binary files /dev/null and b/doc/celebs/Sylvester_Stallone/Sylvester_Stallone_1.mp4 differ
diff --git a/doc/celebs/Sylvester_Stallone/Sylvester_Stallone_2.mp4 b/doc/celebs/Sylvester_Stallone/Sylvester_Stallone_2.mp4
new file mode 100644
index 0000000..1c5eb3b
Binary files /dev/null and b/doc/celebs/Sylvester_Stallone/Sylvester_Stallone_2.mp4 differ
diff --git a/doc/celebs/Sylvester_Stallone/Sylvester_Stallone_3.mp4 b/doc/celebs/Sylvester_Stallone/Sylvester_Stallone_3.mp4
new file mode 100644
index 0000000..c61b8e5
Binary files /dev/null and b/doc/celebs/Sylvester_Stallone/Sylvester_Stallone_3.mp4 differ
diff --git a/doc/celebs/Sylvester_Stallone/examples.md b/doc/celebs/Sylvester_Stallone/examples.md
new file mode 100644
index 0000000..227cc5d
--- /dev/null
+++ b/doc/celebs/Sylvester_Stallone/examples.md
@@ -0,0 +1,7 @@
+https://user-images.githubusercontent.com/8076202/138148211-40ba263e-75de-47a1-8286-2289aad206da.mp4
+
+https://user-images.githubusercontent.com/8076202/138148264-71d2354e-837f-4769-82ab-9a7bccafa78b.mp4
+
+https://user-images.githubusercontent.com/8076202/138148298-5ebdc2df-ddcc-4eb2-9d5f-4016889a9523.mp4
+
+https://user-images.githubusercontent.com/8076202/138148325-4101b799-050b-4da1-9ce4-c65936acdebe.mp4
diff --git a/modelhub/DFLive/DFMModel.py b/modelhub/DFLive/DFMModel.py
index d5ba9bf..198fc22 100644
--- a/modelhub/DFLive/DFMModel.py
+++ b/modelhub/DFLive/DFMModel.py
@@ -35,6 +35,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
# predefined list of celebs with urls
dfm_models = [
DFMModelInfo(name='Margot Robbie', model_path=models_path / f'Margot_Robbie.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/MARGOT_ROBBIE/Margot_Robbie.dfm'),
+ DFMModelInfo(name='Sylvester Stallone', model_path=models_path / f'Sylvester_Stallone.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/SYLVESTER_STALLONE/Sylvester_Stallone.dfm'),
DFMModelInfo(name='Tom Cruise', model_path=models_path / f'Tom_Cruise.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/TOM_CRUISE/Tom_Cruise.dfm'),
]