Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files- AutoPrompt/prompt.py +2 -2
AutoPrompt/prompt.py
CHANGED
@@ -8,8 +8,8 @@ import subprocess
|
|
8 |
|
9 |
command = [
|
10 |
'python', 'run_pipeline.py',
|
11 |
-
'--prompt', '
|
12 |
-
'--task_description', '
|
13 |
'--num_steps', '10'
|
14 |
]
|
15 |
|
|
|
8 |
|
9 |
command = [
|
10 |
'python', 'run_pipeline.py',
|
11 |
+
'--prompt', '丁寧なコンサルをしているか yes,noで答えて下さい',
|
12 |
+
'--task_description', 'あなたは、金、ダイヤ、ブランドの査定をするコンサルタントです',
|
13 |
'--num_steps', '10'
|
14 |
]
|
15 |
|