rajesh1501's picture
Upload folder using huggingface_hub
a85c9b8 verified
from embedchain.bots.whatsapp import WhatsAppBot
def main():
whatsapp_bot = WhatsAppBot()
whatsapp_bot.start()
if __name__ == "__main__":
main()