Gary3410 commited on
Commit
06c12a8
·
1 Parent(s): ca0eb7d

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def instruct_generate(
48
  if "..." in input:
49
  input = input.replace("...", "")
50
  output = [prompt, input, max_new_tokens, top_k, temperature]
51
- print(output + scene_name)
52
  return output
53
 
54
  # 配置具体参数
 
48
  if "..." in input:
49
  input = input.replace("...", "")
50
  output = [prompt, input, max_new_tokens, top_k, temperature]
51
+ print(scene_name)
52
  return output
53
 
54
  # 配置具体参数