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