Duplicated from hysts-debug/sample-chat
7dec3b3 1f1c7b5
1
2
3
4
5
6
7
8
9
import gradio as gr def fn(message, history): return message gr.ChatInterface(fn=fn).launch(show_error=True)