Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,20 +11,20 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
|
| 11 |
|
| 12 |
DESCRIPTION = '''
|
| 13 |
<div>
|
| 14 |
-
<h1 style="text-align: center;">
|
| 15 |
-
<p>This Space demonstrates the
|
| 16 |
</div>
|
| 17 |
'''
|
| 18 |
|
| 19 |
LICENSE = """
|
| 20 |
<p/>
|
| 21 |
---
|
| 22 |
-
Colibri v0.1 is built
|
| 23 |
"""
|
| 24 |
|
| 25 |
PLACEHOLDER = """
|
| 26 |
<div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
|
| 27 |
-
<img src="https://
|
| 28 |
<h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">Colibri_v0.1 Dolphin Meta llama3</h1>
|
| 29 |
<p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Ask me anything...</p>
|
| 30 |
</div>
|
|
|
|
| 11 |
|
| 12 |
DESCRIPTION = '''
|
| 13 |
<div>
|
| 14 |
+
<h1 style="text-align: center;">CyberNative-AI/Colibri_8b_v0.1</h1>
|
| 15 |
+
<p>This Space demonstrates the CyberSecurity-tuned model <a href="https://huggingface.co/CyberNative-AI/Colibri_8b_v0.1"><b>Colibri_8b_v0.1</b></a>.
|
| 16 |
</div>
|
| 17 |
'''
|
| 18 |
|
| 19 |
LICENSE = """
|
| 20 |
<p/>
|
| 21 |
---
|
| 22 |
+
Colibri v0.1 is built on top of Dolphin Llama 3
|
| 23 |
"""
|
| 24 |
|
| 25 |
PLACEHOLDER = """
|
| 26 |
<div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
|
| 27 |
+
<img src="https://huggingface.co/CyberNative-AI/Colibri_8b_v0.1/resolve/main/cybernative_ai_colibri_logo.jpeg" style="width: 80%; max-width: 550px; height: auto; opacity: 0.55; ">
|
| 28 |
<h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">Colibri_v0.1 Dolphin Meta llama3</h1>
|
| 29 |
<p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Ask me anything...</p>
|
| 30 |
</div>
|