Spaces:
Runtime error
Runtime error
Update chatchain.py
Browse files- chatchain.py +1 -1
chatchain.py
CHANGED
@@ -21,7 +21,7 @@ def store_image(img,chain_load):
|
|
21 |
token=token_self,
|
22 |
repo_type="dataset",
|
23 |
)
|
24 |
-
os.remove("tmp_send.json")
|
25 |
except Exception as e:
|
26 |
print (f'Error storing image: {e}')
|
27 |
def update_rec_list(main_chain):
|
|
|
21 |
token=token_self,
|
22 |
repo_type="dataset",
|
23 |
)
|
24 |
+
#os.remove("tmp_send.json")
|
25 |
except Exception as e:
|
26 |
print (f'Error storing image: {e}')
|
27 |
def update_rec_list(main_chain):
|