Seetha commited on
Commit
342b48f
·
1 Parent(s): a6826da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -529,7 +529,7 @@ def main():
529
  # Write JSON to file
530
  with open(DATA_FILE, 'w') as f: #w+
531
  json.dump(json_data, f)
532
- repo.push_to_hub()
533
 
534
  #dataset = load_dataset("seetha/visual_files")
535
  #repo.push_to_hub("level2.json")
 
529
  # Write JSON to file
530
  with open(DATA_FILE, 'w') as f: #w+
531
  json.dump(json_data, f)
532
+ #repo.push_to_hub()
533
 
534
  #dataset = load_dataset("seetha/visual_files")
535
  #repo.push_to_hub("level2.json")