ganesh1410 commited on
Commit
9d44e76
·
1 Parent(s): eef7700

comment data loaders

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def get_data():
19
  if __name__ == '__main__':
20
  # This is required for windows users
21
  # multiprocessing.set_start_method('spawn')
22
- dls = get_data()
23
 
24
  # Since the model is already trained, I have commented out the code to train it
25
 
 
19
  if __name__ == '__main__':
20
  # This is required for windows users
21
  # multiprocessing.set_start_method('spawn')
22
+ # dls = get_data()
23
 
24
  # Since the model is already trained, I have commented out the code to train it
25