Hanna Abi Akl commited on
Commit
3726e3b
1 Parent(s): 9f348a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ description = "Please enter input to predict relation"
5
  title = "FReE Demo"
6
  examples = [["An A-B trust is a joint trust created by a married couple for the purpose of minimizing estate taxes."]]
7
 
8
- gr.Interface(model, description=description, title=title, examples=examples, inputs=gr.inputs.Textbox(lines = 2)).launch()
 
5
  title = "FReE Demo"
6
  examples = [["An A-B trust is a joint trust created by a married couple for the purpose of minimizing estate taxes."]]
7
 
8
+ gr.Interface(model, description=description, title=title, examples=examples).launch()