cgeorgiaw HF Staff commited on
Commit
2a0354e
·
1 Parent(s): 51aaefc

trying to write to dataset

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def submit_boundary(
48
  tmp.flush()
49
  tmp_name = tmp.name
50
 
51
- upload_file(
52
  path_or_fileobj=tmp_name,
53
  path_in_repo=filename,
54
  repo_id=repo_id,
 
48
  tmp.flush()
49
  tmp_name = tmp.name
50
 
51
+ API.upload_file(
52
  path_or_fileobj=tmp_name,
53
  path_in_repo=filename,
54
  repo_id=repo_id,