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'])