Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,6 +51,6 @@ iface = gr.Interface(fn=lambda x: model_predict(preprocess_input(x)),
|
|
51 |
outputs=gr.Textbox(label="Extracted aspects & sentiment"),
|
52 |
title="Aspect-Based Sentiment Analysis (ABSA)",
|
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()
|
|
|
51 |
outputs=gr.Textbox(label="Extracted aspects & sentiment"),
|
52 |
title="Aspect-Based Sentiment Analysis (ABSA)",
|
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()
|