Skip to content
Snippets Groups Projects
Commit b47ea24e authored by Jannis Vamvas's avatar Jannis Vamvas
Browse files

Add new file

parent 8876e909
No related branches found
No related tags found
No related merge requests found
import gradio as gr
def echo(message, history):
return message
demo = gr.ChatInterface(fn=echo, examples=["hello", "hola", "merhaba"], title="Echo Bot")
demo.launch()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment