From 72a7d4b01110797ac72952c34493b694c98f19ed Mon Sep 17 00:00:00 2001 From: Harsh Tiwari <47390133+mrgokuji@users.noreply.github.com> Date: Mon, 5 Oct 2020 13:53:16 +0530 Subject: [PATCH] Update app.py hacktoberfest --- app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.py b/app.py index 4a10872..8832720 100644 --- a/app.py +++ b/app.py @@ -75,6 +75,9 @@ def upload(): return result return None +def testing_fun(): + print("testing function for hacktoberfest only", "not related with the actual project") + print("use tf 2.0 for better experience ") if __name__ == '__main__': loaded_model.compile(optimizer = 'adam', loss = 'binary_crossentropy', metrics = ['accuracy'])