fixed syntax error
Browse files
app.py
CHANGED
@@ -30,8 +30,6 @@ iface = gr.Interface(
|
|
30 |
then fine-tuned on selected definitions from the Serbian WordNet. Please limit the input to 300 tokens.
|
31 |
The outputs represent the Positive (POS), Negative (NEG), and Objective (OBJ) sentiment scores.
|
32 |
""",
|
33 |
-
,
|
34 |
-
,
|
35 |
examples=[
|
36 |
["osoba koja ne prihvata nove ideje"],
|
37 |
["intenzivna ojađenost"],
|
|
|
30 |
then fine-tuned on selected definitions from the Serbian WordNet. Please limit the input to 300 tokens.
|
31 |
The outputs represent the Positive (POS), Negative (NEG), and Objective (OBJ) sentiment scores.
|
32 |
""",
|
|
|
|
|
33 |
examples=[
|
34 |
["osoba koja ne prihvata nove ideje"],
|
35 |
["intenzivna ojađenost"],
|