osanseviero commited on
Commit
322260a
·
1 Parent(s): c1059c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -109,7 +109,8 @@ from_pretrained_keras("your-username/your-awesome-model)
109
  <div
110
  class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4"
111
  >
112
- ```python
 
113
  !pip install huggingface-hub
114
  !huggingface-cli login
115
 
@@ -123,6 +124,6 @@ push_to_hub_callback = PushToHubCallback(output_dir="./logs",
123
 
124
  callbacks = [tensorboard_callback, push_to_hub_callback]
125
  model.fit(..., callbacks=callbacks, ...)
126
- ```
127
 
128
  </div>
 
109
  <div
110
  class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4"
111
  >
112
+ <pre
113
+ class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
114
  !pip install huggingface-hub
115
  !huggingface-cli login
116
 
 
124
 
125
  callbacks = [tensorboard_callback, push_to_hub_callback]
126
  model.fit(..., callbacks=callbacks, ...)
127
+ </pre>
128
 
129
  </div>