Spaces:
Build error
Build error
Commit
·
450e9f0
1
Parent(s):
2ed5182
Update app.py
Browse files
app.py
CHANGED
@@ -4,4 +4,4 @@ def ru(hi):
|
|
4 |
x = print(hi + " hi")
|
5 |
return x ,subprocess.run("python3 -m megadl",shell=True)
|
6 |
|
7 |
-
gr.Interface(fn=ru,inputs="text",outputs=["text","text"],live=True).launch(debug=True
|
|
|
4 |
x = print(hi + " hi")
|
5 |
return x ,subprocess.run("python3 -m megadl",shell=True)
|
6 |
|
7 |
+
gr.Interface(fn=ru,inputs="text",outputs=["text","text"],live=True).launch(debug=True)
|