File size: 88 Bytes
3017a3b
 
875d2ec
08edaf3
1
2
3
4
import gradio as gr

demo = gr.ChatInterface(fn=lambda x,y:x, title="abc")
demo.launch()