File size: 102 Bytes
c0e2bb6 | 1 2 3 4 | import gradio as gr
gr.ChatInterface(fn=lambda msg, hist: f"Echo: {msg}", fill_height=True).launch()
|
c0e2bb6 | 1 2 3 4 | import gradio as gr
gr.ChatInterface(fn=lambda msg, hist: f"Echo: {msg}", fill_height=True).launch()
|