fill-width / app.py
abidlabs's picture
abidlabs HF Staff
Create app.py
687e2a2 verified
raw
history blame
121 Bytes
import gradio as gr
with gr.Blocks(fill_height=True) as demo:
gr.ChatInterface(lambda x,y:x).launch()
demo.launch()