winglian commited on
Commit
61663a8
·
1 Parent(s): 14fb3fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks(css=CSS) as demo:
88
  with gr.Row():
89
  with gr.Column():
90
  gr.Markdown(f"""
91
- [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/assets/main/banner.png" alt="Jackalope 7B by OpenAccess AI Collective />](https://huggingface.co/openaccess-ai-collective/jackalope-7b)
92
  [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
93
  [Download Model Weights](https://huggingface.co/openaccess-ai-collective/jackalope-7b)
94
  """)
 
88
  with gr.Row():
89
  with gr.Column():
90
  gr.Markdown(f"""
91
+ [<img src="https://huggingface.co/spaces/openaccess-ai-collective/jackalope-7b/resolve/main/banner.png" width="728" height="120" alt="Jackalope 7B by OpenAccess AI Collective" />](https://huggingface.co/openaccess-ai-collective/jackalope-7b)
92
  [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
93
  [Download Model Weights](https://huggingface.co/openaccess-ai-collective/jackalope-7b)
94
  """)