Spaces:
Sleeping
Sleeping
Homeskills
commited on
Commit
·
cf2f43f
1
Parent(s):
978f2e5
app.py
Browse files
app.py
CHANGED
@@ -53,4 +53,4 @@ iface = gr.Interface(fn=lambda x: model_predict(preprocess_input(x)),
|
|
53 |
description="This app will take a sample review segment as input and return the extracted aspects and the corresponding sentiments.",
|
54 |
article="This model is a fine-tuned version of the original SOTA model found here: https://huggingface.co/kevinscaria/joint_tk-instruct-base-def-pos-neg-neut-combined",
|
55 |
)
|
56 |
-
iface.launch(
|
|
|
53 |
description="This app will take a sample review segment as input and return the extracted aspects and the corresponding sentiments.",
|
54 |
article="This model is a fine-tuned version of the original SOTA model found here: https://huggingface.co/kevinscaria/joint_tk-instruct-base-def-pos-neg-neut-combined",
|
55 |
)
|
56 |
+
iface.launch()
|