Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 )
|