Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ base_model: mistralai/Mistral-Nemo-Instruct-2407
|
|
7 |
|
8 |
# CelineGPT 12B
|
9 |
|
10 |
-

|
11 |
|
12 |
## Model summary
|
13 |
|
@@ -340,7 +340,7 @@ function setLightTheme() {
|
|
340 |
# To add the CélineGPT logo in the Gradio interface
|
341 |
description_html = """
|
342 |
<div class="logo-container">
|
343 |
-
<img src="https://huggingface.co/krogoldAI/CelineGPT-12B-
|
344 |
</div>
|
345 |
"""
|
346 |
|
|
|
7 |
|
8 |
# CelineGPT 12B
|
9 |
|
10 |
+

|
11 |
|
12 |
## Model summary
|
13 |
|
|
|
340 |
# To add the CélineGPT logo in the Gradio interface
|
341 |
description_html = """
|
342 |
<div class="logo-container">
|
343 |
+
<img src="https://huggingface.co/krogoldAI/CelineGPT-12B-240831/resolve/main/Pictures/C%C3%A9lineGPT.png" alt="Logo" class="logo">
|
344 |
</div>
|
345 |
"""
|
346 |
|