687e2a2 88ef863 964c7e3 687e2a2
1
2
3
4
5
6
import gradio as gr with gr.Blocks(fill_width=True) as demo: gr.ChatInterface(lambda x,y:x) demo.launch()