Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,9 @@ if __name__ == '__main__':
|
|
50 |
['To fit on your data, please train our ATEPC models on your own data, see the PyABSA (https://github.com/yangheng95/PyABSA/tree/release/demos/aspect_term_extraction)'],
|
51 |
],
|
52 |
outputs="dataframe",
|
|
|
|
|
|
|
53 |
title='Multilingual Aspect Term Extraction for Short Texts (powered by PyABSA)'
|
54 |
)
|
55 |
|
|
|
50 |
['To fit on your data, please train our ATEPC models on your own data, see the PyABSA (https://github.com/yangheng95/PyABSA/tree/release/demos/aspect_term_extraction)'],
|
51 |
],
|
52 |
outputs="dataframe",
|
53 |
+
description='This demo is trained on the public and community shared datasets from ABSADatasets (https://github.com/yangheng95/ABSADatasets),'
|
54 |
+
' please feel free to share your data to improve this work, To fit on your data, please train our ATEPC models on your own data,'
|
55 |
+
' see the PyABSA (https://github.com/yangheng95/PyABSA/tree/release/demos/aspect_term_extraction)',
|
56 |
title='Multilingual Aspect Term Extraction for Short Texts (powered by PyABSA)'
|
57 |
)
|
58 |
|