Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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(
|
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 |
# 配置具体参数
|