imseldrith commited on
Commit
450e9f0
·
1 Parent(s): 2ed5182

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,share=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)