Update app.py
Browse files
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://
|
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 |
""")
|