Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,6 @@ Transformer Models: These models, such as BERT and GPT, have revolutionized NLP
|
|
| 57 |
Please provide a summary explaining both how the LLM is used and detailing the occupation or roles of the end users who benefit from or are expected to use the LLM.
|
| 58 |
'''
|
| 59 |
|
| 60 |
-
|
| 61 |
# 调用生成函数并获取输出
|
| 62 |
output = query(input_text)
|
| 63 |
|
|
|
|
| 57 |
Please provide a summary explaining both how the LLM is used and detailing the occupation or roles of the end users who benefit from or are expected to use the LLM.
|
| 58 |
'''
|
| 59 |
|
|
|
|
| 60 |
# 调用生成函数并获取输出
|
| 61 |
output = query(input_text)
|
| 62 |
|