File size: 117 Bytes
ffd4434
 
 
 
 
 
 
1
2
3
4
5
6
7
import gradio as gr

def echo(messsage,history):
    return messsage
    
chatbot=gr.ChatInterface()
chatbot.launch()