asmashayea commited on
Commit
9823a9e
·
1 Parent(s): 6d4cbdb

Update ABSA app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ demo = gr.Interface(
28
  gr.Dropdown(choices=list(MODEL_OPTIONS.keys()), label="Choose Model", value="Araberta")
29
  ],
30
  outputs=gr.JSON(label="Results: Extracted Aspects & Sentiments"),
31
- title="Arabic ABSA (Aspect-Based Sentiment Analysis)",
32
  description="Write a review and choose a model to extract aspects with sentiment",
33
  allow_flagging="never",
34
  article="Developed by Asma Shayea • Part of MSc Thesis Research",
 
28
  gr.Dropdown(choices=list(MODEL_OPTIONS.keys()), label="Choose Model", value="Araberta")
29
  ],
30
  outputs=gr.JSON(label="Results: Extracted Aspects & Sentiments"),
31
+ title="Arabic ABSA (Aspect-Based Sentiment Analysis) ",
32
  description="Write a review and choose a model to extract aspects with sentiment",
33
  allow_flagging="never",
34
  article="Developed by Asma Shayea • Part of MSc Thesis Research",