simcourt / test.py
GakkiLi's picture
Upload folder using huggingface_hub
94bdfd0 verified
full = []
global_history = [1,2,3]
full += global_history
global_history = []
print(full)