harisankarrj commited on
Commit
ba51dc1
·
verified ·
1 Parent(s): ed7d66b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -281,12 +281,4 @@ print("Model trained with data augmentation and saved successfully.")
281
 
282
 
283
 
284
- if __name__ == '__main__':
285
- # Create 'data' and 'models' folders if they don't exist
286
- data_folder = os.path.join(os.getcwd(), 'data')
287
- os.makedirs(data_folder, exist_ok=True)
288
 
289
- models_folder = os.path.join(os.getcwd(), 'models')
290
- os.makedirs(models_folder, exist_ok=True)
291
-
292
- app.run(debug=True)
 
281
 
282
 
283
 
 
 
 
 
284