File size: 245 Bytes
a73b730
d782983
 
 
1
2
3
4
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()