Spaces:
Build error
Build error
Commit
·
f020fb8
1
Parent(s):
e652b33
Update app.py
Browse files
app.py
CHANGED
@@ -5,4 +5,4 @@ def ru(hi):
|
|
5 |
#print(bot)
|
6 |
print("hi" + hi)
|
7 |
return subprocess.run("python3 main.py",shell=True)
|
8 |
-
gr.Interface(fn=ru,inputs="text",outputs="text",live=True).launch(debug=True)
|
|
|
5 |
#print(bot)
|
6 |
print("hi" + hi)
|
7 |
return subprocess.run("python3 main.py",shell=True)
|
8 |
+
gr.Interface(fn=ru,inputs="text",outputs="text",live=True).launch(share=True,debug=True)
|