This commit is contained in:
Saifeddine ALOUI 2023-04-13 17:25:41 +02:00
commit a1b1a00e39

2
app.py
View File

@ -441,7 +441,7 @@ if __name__ == "__main__":
)
parser.add_argument(
"-s", "--seed", type=int, default=None, help="Force using a specific model."
"-s", "--seed", type=int, default=None, help="Force using a specific seed value."
)
parser.add_argument(