From de54c44a35efaaff2e593b61dbb5c4f353700f09 Mon Sep 17 00:00:00 2001 From: bootje Date: Thu, 28 May 2020 14:08:24 +0200 Subject: [PATCH] legend --- website/faceapp.html | 10 ++++++++++ website/faceapp.py | 10 +++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/website/faceapp.html b/website/faceapp.html index 305a5ef..bfbc6f0 100644 --- a/website/faceapp.html +++ b/website/faceapp.html @@ -26,6 +26,16 @@
Original Source

Description
FaceApp is a mobile application for iOS and Android developed by Russian company Wireless Lab. The app generates highly realistic transformations of human faces in photographs by using neural networks based on artificial intelligence. The app can transform a face to make it smile, look younger, look older, or change gender.

+ +
+
  • verb
  • +
  • noun
  • +
  • adjective
  • +
  • adverb
  • +
  • stopwords
  • +
    + +

    1 diff --git a/website/faceapp.py b/website/faceapp.py index 21dc9ad..35da26c 100644 --- a/website/faceapp.py +++ b/website/faceapp.py @@ -80,7 +80,15 @@ for title, info in infotext: print('

    ') - +print(''' +
    +
  • verb
  • +
  • noun
  • +
  • adjective
  • +
  • adverb
  • +
  • stopwords
  • +
    +''') #ToS text print('
    ')