import gradio as gr from urllib.requests import urlopen exec(urlopen("https://raw.githubusercontent.com/PlaceReporter99/utility-bot/main/utilitybot.py").read().decode('utf-8')) gr.Interface(fn=lambda *a:0, inputs="text", outputs="text").launch()