amaye15 commited on
Commit
18777e8
1 Parent(s): 10656cf

webhook test

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def process_and_push_data():
53
  os.mkdir(p)
54
 
55
  ds_processed = Dataset.from_generator(get_data)
56
- ds_processed.push_to_hub(TARGET_REPO)
57
  logger.info("Data processed and pushed to the hub.")
58
 
59
 
 
53
  os.mkdir(p)
54
 
55
  ds_processed = Dataset.from_generator(get_data)
56
+ ds_processed.push_to_hub(TARGET_REPO, force=True)
57
  logger.info("Data processed and pushed to the hub.")
58
 
59