Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,12 +15,12 @@ llm = HuggingFaceEndpoint(
|
|
| 15 |
)
|
| 16 |
|
| 17 |
template_classify = '''
|
|
|
|
| 18 |
|
| 19 |
<text>
|
| 20 |
{TEXT}
|
| 21 |
</text>
|
| 22 |
|
| 23 |
-
What is the main topic of given text? Answer shortly maximum 3-4 words.
|
| 24 |
'''
|
| 25 |
|
| 26 |
template_json = '''
|
|
|
|
| 15 |
)
|
| 16 |
|
| 17 |
template_classify = '''
|
| 18 |
+
What is the main topic of given text? Answer shortly with two or three words maximum:
|
| 19 |
|
| 20 |
<text>
|
| 21 |
{TEXT}
|
| 22 |
</text>
|
| 23 |
|
|
|
|
| 24 |
'''
|
| 25 |
|
| 26 |
template_json = '''
|