diff --git a/predict.py b/predict.py index 20ef124..377a274 100644 --- a/predict.py +++ b/predict.py @@ -5,7 +5,7 @@ if __name__ == "__main__": model = Siamese() - + # test git while True: image_1 = input('Input image_1 filename:') try: