+Alexandra Daddario
+
+
+
+examples
+ |
Margot Robbie
diff --git a/doc/celebs/Alexandra_Daddario/Alexandra_Daddario.jpg b/doc/celebs/Alexandra_Daddario/Alexandra_Daddario.jpg
new file mode 100644
index 0000000..730c0e8
Binary files /dev/null and b/doc/celebs/Alexandra_Daddario/Alexandra_Daddario.jpg differ
diff --git a/doc/celebs/Alexandra_Daddario/Alexandra_Daddario_0.mp4 b/doc/celebs/Alexandra_Daddario/Alexandra_Daddario_0.mp4
new file mode 100644
index 0000000..f6f350a
Binary files /dev/null and b/doc/celebs/Alexandra_Daddario/Alexandra_Daddario_0.mp4 differ
diff --git a/doc/celebs/Alexandra_Daddario/Alexandra_Daddario_1.mp4 b/doc/celebs/Alexandra_Daddario/Alexandra_Daddario_1.mp4
new file mode 100644
index 0000000..a2dec20
Binary files /dev/null and b/doc/celebs/Alexandra_Daddario/Alexandra_Daddario_1.mp4 differ
diff --git a/doc/celebs/Alexandra_Daddario/Alexandra_Daddario_2.mp4 b/doc/celebs/Alexandra_Daddario/Alexandra_Daddario_2.mp4
new file mode 100644
index 0000000..f9ce7c9
Binary files /dev/null and b/doc/celebs/Alexandra_Daddario/Alexandra_Daddario_2.mp4 differ
diff --git a/doc/celebs/Alexandra_Daddario/Alexandra_Daddario_3.mp4 b/doc/celebs/Alexandra_Daddario/Alexandra_Daddario_3.mp4
new file mode 100644
index 0000000..49f371f
Binary files /dev/null and b/doc/celebs/Alexandra_Daddario/Alexandra_Daddario_3.mp4 differ
diff --git a/doc/celebs/Alexandra_Daddario/examples.md b/doc/celebs/Alexandra_Daddario/examples.md
new file mode 100644
index 0000000..37ba5d6
--- /dev/null
+++ b/doc/celebs/Alexandra_Daddario/examples.md
@@ -0,0 +1,7 @@
+https://user-images.githubusercontent.com/8076202/138493841-9fa4e9d1-07cd-4418-8a61-9509a1c2bd06.mp4
+
+https://user-images.githubusercontent.com/8076202/138493855-eaed045e-b160-42d9-8e4e-10b840ddb349.mp4
+
+https://user-images.githubusercontent.com/8076202/138493884-ffd13cc7-2a26-4df3-9bc6-c86675b152ee.mp4
+
+https://user-images.githubusercontent.com/8076202/138493869-c6e23d88-8a01-4934-8510-e51abe93d46b.mp4
\ No newline at end of file
diff --git a/modelhub/DFLive/DFMModel.py b/modelhub/DFLive/DFMModel.py
index 198fc22..0668b41 100644
--- a/modelhub/DFLive/DFMModel.py
+++ b/modelhub/DFLive/DFMModel.py
@@ -34,6 +34,7 @@ class DFMModelInfo:
def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
# predefined list of celebs with urls
dfm_models = [
+ DFMModelInfo(name='Alexandra Daddario', model_path=models_path / f'Alexandra_Daddario.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/ALEXANDRA_DADDARIO/Alexandra_Daddario.dfm'),
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'),
|