test / app.py
PlaceReporter99's picture
Update app.py
d782983
raw
history blame
245 Bytes
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()