kkChimmy commited on
Commit
3a20a26
·
verified ·
1 Parent(s): 60ecf6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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