Duplicated from abidlabs/fill-width
687e2a2 3fc3635 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()