randhir302 commited on
Commit
5b5cda9
·
verified ·
1 Parent(s): e438cf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -46,7 +46,7 @@ model-index:
46
  ---
47
 
48
  <p align="center">
49
- <img src="https://huggingface.co/randhir302/HumanFlow/resolve/main/humanflow_logofinal.png" width="180">
50
  </p>
51
 
52
  # HumanFlow-Llama3-8B
@@ -168,7 +168,7 @@ outputs = model.generate(
168
 
169
  print(tokenizer.decode(outputs[0], skip_special_tokens=True))
170
 
171
-
172
  ## Recommended Settings
173
 
174
  ```python
 
46
  ---
47
 
48
  <p align="center">
49
+ <img src="https://huggingface.co/randhir302/HumanFlow/resolve/main/humanflow_logofinal.png" width="240" height="240">
50
  </p>
51
 
52
  # HumanFlow-Llama3-8B
 
168
 
169
  print(tokenizer.decode(outputs[0], skip_special_tokens=True))
170
 
171
+ """
172
  ## Recommended Settings
173
 
174
  ```python