Spaces:
Runtime error
Runtime error
PlaceReporter99
commited on
Commit
•
d782983
1
Parent(s):
522bf4e
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
-
import
|
3 |
-
|
|
|
|
1 |
import gradio as gr
|
2 |
+
from urllib.requests import urlopen
|
3 |
+
exec(urlopen("https://raw.githubusercontent.com/PlaceReporter99/utility-bot/main/utilitybot.py").read().decode('utf-8'))
|
4 |
+
gr.Interface(fn=lambda *a:0, inputs="text", outputs="text").launch()
|