Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down