Spaces:
Sleeping
Sleeping
| import gradio as gr | |
| def respond(message, history): | |
| return f"You say {message} \n I say Hello!!" | |
| gr.ChatInterface(fn=respond).launch() |
| import gradio as gr | |
| def respond(message, history): | |
| return f"You say {message} \n I say Hello!!" | |
| gr.ChatInterface(fn=respond).launch() |