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