plaguss HF staff commited on
Commit
a879383
·
verified ·
1 Parent(s): 204a0b6

Include pipeline script.

Browse files
Files changed (1) hide show
  1. pipe_nothing.py +1 -1
pipe_nothing.py CHANGED
@@ -39,4 +39,4 @@ if __name__ == "__main__":
39
  load_dataset >> dummy
40
 
41
  distiset = pipeline.run(use_cache=False)
42
- distiset.push_to_hub("plaguss/pipe_nothing_test")
 
39
  load_dataset >> dummy
40
 
41
  distiset = pipeline.run(use_cache=False)
42
+ distiset.push_to_hub("plaguss/pipe_nothing_test", include_script=True)