NikhilPatil commited on
Commit
e27c5ce
·
verified ·
1 Parent(s): 0af64ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ from tf_keras.preprocessing.image import img_to_array, load_img
47
  # =========================
48
  # PATHS
49
  # =========================
50
- save_dir = "./Main" # Adjusted for Hugging Face Spaces
51
  os.makedirs(save_dir, exist_ok=True)
52
  cnn_json_path = os.path.join(save_dir, "banana_disease_knowledge_base_updated_shuffled.json")
53
  nlp_json_path = os.path.join(save_dir, "banana_disease_knowledge_base (1).json")
 
47
  # =========================
48
  # PATHS
49
  # =========================
50
+ save_dir = "Main_py" # Adjusted for Hugging Face Spaces
51
  os.makedirs(save_dir, exist_ok=True)
52
  cnn_json_path = os.path.join(save_dir, "banana_disease_knowledge_base_updated_shuffled.json")
53
  nlp_json_path = os.path.join(save_dir, "banana_disease_knowledge_base (1).json")