Spaces:
Runtime error
Runtime error
Hanna Abi Akl
commited on
Commit
•
3726e3b
1
Parent(s):
9f348a9
Update app.py
Browse files
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
|
|
|
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()
|