Spaces:
josejar
/
Running

josejar commited on
Commit
4b24b36
·
verified ·
1 Parent(s): 318d765

Update restore.py

Browse files
Files changed (1) hide show
  1. restore.py +1 -1
restore.py CHANGED
@@ -6,7 +6,7 @@ HF_TOKEN = os.environ.get('HF_TOKEN')
6
 
7
  try:
8
  archivo = hf_hub_download(
9
- repo_id='tu_usuario/n8n-data',
10
  filename='n8n-backup.zip',
11
  repo_type='dataset',
12
  token=HF_TOKEN
 
6
 
7
  try:
8
  archivo = hf_hub_download(
9
+ repo_id='josejar/n8n',
10
  filename='n8n-backup.zip',
11
  repo_type='dataset',
12
  token=HF_TOKEN