瀏覽代碼

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.