Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| import requests | |
| from chatbot import Chatbot | |
| chatbot = Chatbot() | |
| gr.ChatInterface(chatbot.chat, type="messages").launch() | |