dylanplummer commited on
Commit
852e9e9
·
1 Parent(s): 376fff6

add video upload

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -244,7 +244,7 @@ def upload_video(out_text, in_video):
244
  api.upload_file(
245
  path_or_fileobj=in_video,
246
  path_in_repo=upload_path,
247
- repo_id="dylanplummer/single-rope-contest",
248
  repo_type="dataset",
249
  )
250
 
 
244
  api.upload_file(
245
  path_or_fileobj=in_video,
246
  path_in_repo=upload_path,
247
+ repo_id="lumos-motion/single-rope-contest",
248
  repo_type="dataset",
249
  )
250