ba / bot_actions.py
andriydovgal's picture
Upload folder using huggingface_hub
8c31cdd verified
raw
history blame contribute delete
105 Bytes
def method_example(arg_json):
pass
functions_dictionary = {
"method_example": method_example,
}