(episode,image_path,history_list,use_low_instruction)
| 392 | return input_string |
| 393 | |
| 394 | def load_image(episode,image_path,history_list,use_low_instruction): |
| 395 | return (episode,image_path,history_list,use_low_instruction) |
| 396 | |
| 397 | def predict(args, datasets): |
| 398 | # set global variable |
nothing calls this directly
no outgoing calls
no test coverage detected