fill-width-2 / app.py
abidlabs's picture
abidlabs HF Staff
Update app.py
e3b2be7 verified
raw
history blame
96 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.ChatInterface(lambda x,y:x)
demo.launch()