File size: 155 Bytes
57a8496
 
08f59c3
 
57a8496
08f59c3
57a8496
1
2
3
4
5
6
7
8
import gradio as gr

def respond(message, history):
    return f"Π’Ρ‹ сказал: {message}"

gr.ChatInterface(fn=respond, title="Flare Chat").launch()