hysts's picture
hysts HF Staff
Update
c0e2bb6
Raw
History Blame Contribute Delete
102 Bytes
import gradio as gr
gr.ChatInterface(fn=lambda msg, hist: f"Echo: {msg}", fill_height=True).launch()