imseldrith commited on
Commit
f020fb8
·
1 Parent(s): e652b33

Update app.py

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