Spaces:
Runtime error
Runtime error
Update chatchain.py
Browse files- 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",
|