Skip to content

Commit 0e62561

Browse files
committed
fix predictor.py
1 parent a1aa787 commit 0e62561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fast_image_classification/predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def predict_from_file(self, file_object):
6363

6464
if __name__ == "__main__":
6565
"""
66-
python train.py --predictor_config "../example/predictor_config.yaml"
66+
python predictor.py --predictor_config "../example/predictor_config.yaml"
6767
6868
"""
6969
parser = argparse.ArgumentParser()

0 commit comments

Comments
 (0)