File size: 121 Bytes
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).launch()
demo.launch()