File size: 96 Bytes
687e2a2
 
e3b2be7
964c7e3
687e2a2
1
2
3
4
5
6
import gradio as gr

with gr.Blocks() as demo:
    gr.ChatInterface(lambda x,y:x)
demo.launch()