eyupipler commited on
Commit
936e001
·
verified ·
1 Parent(s): 6805d44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -350,7 +350,7 @@ def main():
350
  print("1. Analyze the single image")
351
  print("2. Analyze the all data set")
352
 
353
- secim = input("Seçiminiz (1 veya 2): ")
354
 
355
  if secim == '1':
356
  analyze_single_image(model, TEST_IMAGE_PATH)
 
350
  print("1. Analyze the single image")
351
  print("2. Analyze the all data set")
352
 
353
+ secim = input("Your choice (1 or 2): ")
354
 
355
  if secim == '1':
356
  analyze_single_image(model, TEST_IMAGE_PATH)