dakr / run.py
abidlabs's picture
abidlabs HF staff
Update run.py
875d2ec verified
raw
history blame contribute delete
88 Bytes
import gradio as gr
demo = gr.ChatInterface(fn=lambda x,y:x, title="abc")
demo.launch()