Observer04's picture
Upload folder using huggingface_hub
6a9c9f9 verified
raw
history blame contribute delete
143 Bytes
import gradio as gr
import requests
from chatbot import Chatbot
chatbot = Chatbot()
gr.ChatInterface(chatbot.chat, type="messages").launch()