merve HF staff commited on
Commit
b21cc2d
·
1 Parent(s): 677c00b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -76,8 +76,6 @@ You can collaborate with your organization, upload and showcase your own models
76
  >
77
  <pre
78
  class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
79
- !pip install huggingface-hub
80
- !huggingface-cli login
81
  from huggingface_hub.keras_mixin import push_to_hub_keras
82
  push_to_hub_keras(model = model, repo_url = "https://huggingface.co/your-username/your-awesome-model")
83
  </pre>
@@ -96,8 +94,6 @@ push_to_hub_keras(model = model, repo_url = "https://huggingface.co/your-usernam
96
  >
97
  <pre
98
  class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
99
- !pip install huggingface-hub
100
- !huggingface-cli login
101
  from huggingface_hub.keras_mixin import from_pretrained_keras
102
  from_pretrained_keras("your-username/your-awesome-model)
103
  </pre>
 
76
  >
77
  <pre
78
  class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
 
 
79
  from huggingface_hub.keras_mixin import push_to_hub_keras
80
  push_to_hub_keras(model = model, repo_url = "https://huggingface.co/your-username/your-awesome-model")
81
  </pre>
 
94
  >
95
  <pre
96
  class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
 
 
97
  from huggingface_hub.keras_mixin import from_pretrained_keras
98
  from_pretrained_keras("your-username/your-awesome-model)
99
  </pre>