Spaces:
Runtime error
Runtime error
from legal_llama.chat_bot_interface import ChatBotInterface | |
if __name__ == '__main__': | |
chat_bot = ChatBotInterface() | |
chat_bot.continue_conversation() | |