sasi2400 commited on
Commit
fb0d127
·
1 Parent(s): cc7d22d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ def prediction(Q,A):
7
  output = model(input)
8
  return output
9
 
10
- gr.Interface(fn=prediction, inputs=["text","text"], outputs=["label"]).launch(share=True,debug=True )
 
7
  output = model(input)
8
  return output
9
 
10
+ gr.Interface(fn=prediction, inputs=["text","text"], outputs=["label"]).launch()#(share=True,debug=True )