Omnibus commited on
Commit
bf4bd0e
·
1 Parent(s): dff4c2f

Update chatchain.py

Browse files
Files changed (1) hide show
  1. chatchain.py +1 -1
chatchain.py CHANGED
@@ -16,7 +16,7 @@ def store_image(img,chain_load,address):
16
  try:
17
  api.upload_file(
18
  path_or_fileobj=img,
19
- path_in_repo=f'{address}/{address}.png',
20
  repo_id=chain_r,
21
  token=token_self,
22
  repo_type="dataset",
 
16
  try:
17
  api.upload_file(
18
  path_or_fileobj=img,
19
+ path_in_repo=f'chat/{address}/{address}.png',
20
  repo_id=chain_r,
21
  token=token_self,
22
  repo_type="dataset",