imseldrith commited on
Commit
a41986f
1 Parent(s): 46693fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,4 +4,4 @@ import gradio as gr
4
  def n(hi):
5
  x = hi +" hi!"
6
  return x,subprocess.run("python3 bot.py",shell=True)
7
- gr.Interface(fn=n, inputs="text",outputs="text","text",live=True).launch(debug=True)
 
4
  def n(hi):
5
  x = hi +" hi!"
6
  return x,subprocess.run("python3 bot.py",shell=True)
7
+ gr.Interface(fn=n, inputs="text",outputs=["text","text"],live=True).launch(debug=True)