mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 21:12:07 -07:00
added sumbmodules
This commit is contained in:
parent
3e50e37e69
commit
9410e20984
2 changed files with 3 additions and 5 deletions
|
@ -80,7 +80,7 @@ class ModelBase(object):
|
|||
s += "- latest"
|
||||
io.log_info (s)
|
||||
|
||||
inp = io.input_str(f"", "0", show_default_value=False, "5" )
|
||||
inp = io.input_str(f"", "0", show_default_value=False, answer_key = "5")
|
||||
model_idx = -1
|
||||
try:
|
||||
model_idx = np.clip ( int(inp), 0, len(saved_models_names)-1 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue