Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|