import gradio as gr def respond(msg): return f"🔥 AI Influencer: {msg}" gr.ChatInterface(respond).launch()