jamtur01's picture
Upload folder using huggingface_hub
9c6594c verified
raw
history blame contribute delete
121 Bytes
import datetime
# Only retry requests for 20 seconds in the public api
RETRY_TIMEDELTA = datetime.timedelta(seconds=20)