CoolFace
Apppublic

PlaceReporter99/test

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
app.py4 linesDownload Raw Back to root
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()