gmustafa413 commited on
Commit
ff75997
·
verified ·
1 Parent(s): 27de6d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()