diff --git a/Models/model_host.py b/Models/model_host.py index bfc25f9..d6f2ebc 100644 --- a/Models/model_host.py +++ b/Models/model_host.py @@ -10,7 +10,7 @@ # This upgrades all modules #py -mpip freeze | %{$_.split('==')[0]} | %{py -mpip install --upgrade $_} -# installed +# installed version # py -m pip install keras==2.6.0 # py -mpip install flask==2.0.1 # py -mpip install numpy==1.19.5