sangramrout's picture
Upload folder using huggingface_hub
d704385 verified
Raw
History Blame
143 Bytes
import gradio as gr
import requests
from chatbot import Chatbot
chatbot = Chatbot()
gr.ChatInterface(chatbot.chat, type="messages").launch()