asmashayea commited on
Commit
829c9cb
·
1 Parent(s): 2dd07d2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ demo = gr.Interface(
14
  gr.Textbox(label="Arabic Review"),
15
  gr.Dropdown(choices=list(MODEL_OPTIONS.keys()), label="Choose Model", value="Araberta")
16
  ],
17
- outputs=gr.JSON(label="Extracted Aspects & Sentiments"),
18
  title="Arabic ABSA (Aspect-Based Sentiment Analysis)",
19
  description="Write a review and choose a model to extract aspects with sentiment",
20
  allow_flagging="never",
 
14
  gr.Textbox(label="Arabic Review"),
15
  gr.Dropdown(choices=list(MODEL_OPTIONS.keys()), label="Choose Model", value="Araberta")
16
  ],
17
+ outputs=gr.JSON(label="Results: Extracted Aspects & Sentiments"),
18
  title="Arabic ABSA (Aspect-Based Sentiment Analysis)",
19
  description="Write a review and choose a model to extract aspects with sentiment",
20
  allow_flagging="never",