Update README.md
Browse files
README.md
CHANGED
|
@@ -342,7 +342,7 @@ function setLightTheme() {
|
|
| 342 |
# To add the CélineGPT logo in the Gradio interface
|
| 343 |
description_html = """
|
| 344 |
<div class="logo-container">
|
| 345 |
-
<img src="https://huggingface.co/krogoldAI/CelineGPT-12B-
|
| 346 |
</div>
|
| 347 |
"""
|
| 348 |
|
|
|
|
| 342 |
# To add the CélineGPT logo in the Gradio interface
|
| 343 |
description_html = """
|
| 344 |
<div class="logo-container">
|
| 345 |
+
<img src="https://huggingface.co/krogoldAI/CelineGPT-12B-v0.1/resolve/main/Pictures/C%C3%A9lineGPT.png" alt="Logo" class="logo">
|
| 346 |
</div>
|
| 347 |
"""
|
| 348 |
|