ChatbotLab / app.py
demetz's picture
Create app.py
ffd4434 verified
raw
history blame
117 Bytes
import gradio as gr
def echo(messsage,history):
return messsage
chatbot=gr.ChatInterface()
chatbot.launch()