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()