reach-vb HF staff commited on
Commit
7e7dbaf
1 Parent(s): 12b0af6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def upload_to_hub(path, upload_repo, hf_path, oauth_token):
93
  api.upload_file(
94
  path_or_fileobj=file_path,
95
  path_in_repo=file,
96
- repo_id=repo_id,
97
  )
98
  # api.upload_folder(
99
  # folder_path=path,
 
93
  api.upload_file(
94
  path_or_fileobj=file_path,
95
  path_in_repo=file,
96
+ repo_id=upload_repo,
97
  )
98
  # api.upload_folder(
99
  # folder_path=path,