Spaces:
Build error
Build error
| import gradio as gr | |
| def echo(message, history): | |
| return message | |
| chatbot = gr.ChatInterface(echo) | |
| chatbot.launch() |
| import gradio as gr | |
| def echo(message, history): | |
| return message | |
| chatbot = gr.ChatInterface(echo) | |
| chatbot.launch() |