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

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