()
| 510 | |
| 511 | |
| 512 | def main(): |
| 513 | args = parse_args() |
| 514 | if not args.seq_path: |
| 515 | print( |
| 516 | "No inputs found! Please use our gradio demo if you would like to iteractively upload inputs." |
| 517 | ) |
| 518 | return |
| 519 | else: |
| 520 | run_inference(args) |
| 521 | |
| 522 | |
| 523 | if __name__ == "__main__": |
no test coverage detected