Преглед на файлове

Convert the download option (A-Z) to upper case

oobabooga преди 3 години
родител
ревизия
bb1dac2f76
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      download-model.py

+ 1 - 1
download-model.py

@@ -71,7 +71,7 @@ def select_model_from_default_options():
 
     print()
     print("Input> ", end='')
-    choice = input()[0]
+    choice = input()[0].strip().upper()
     if choice == char:
         print("""\nThen type the name of your desired Hugging Face model in the format organization/name.