Spaces:
Runtime error
Runtime error
Tom
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -11,9 +11,8 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
|
11 |
|
12 |
DESCRIPTION = '''
|
13 |
<div>
|
14 |
-
<h1 style="text-align: center;">Meta Llama3 8B</h1>
|
15 |
-
<p>This Space demonstrates the instruction-tuned model <a href="https://huggingface.co/
|
16 |
-
<p>🔎 For more details about the Llama3 release and how to use the model with <code>transformers</code>, take a look <a href="https://huggingface.co/blog/llama3">at our blog post</a>.</p>
|
17 |
<p>🦕 Looking for an even more powerful model? Check out the <a href="https://huggingface.co/chat/"><b>Hugging Chat</b></a> integration for Meta Llama 3 70b</p>
|
18 |
</div>
|
19 |
'''
|
@@ -22,13 +21,13 @@ LICENSE = """
|
|
22 |
<p/>
|
23 |
|
24 |
---
|
25 |
-
Built with Meta Llama 3
|
26 |
"""
|
27 |
|
28 |
PLACEHOLDER = """
|
29 |
<div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
|
30 |
<img src="https://ysharma-dummy-chat-app.hf.space/file=/tmp/gradio/8e75e61cc9bab22b7ce3dec85ab0e6db1da5d107/Meta_lockup_positive%20primary_RGB.jpg" style="width: 80%; max-width: 550px; height: auto; opacity: 0.55; ">
|
31 |
-
<h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">Meta llama3</h1>
|
32 |
<p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Ask me anything...</p>
|
33 |
</div>
|
34 |
"""
|
|
|
11 |
|
12 |
DESCRIPTION = '''
|
13 |
<div>
|
14 |
+
<h1 style="text-align: center;">Dolphin Meta Llama3 8B</h1>
|
15 |
+
<p>This Space demonstrates the instruction-tuned model <a href="https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b"><b>Dolphin-2.9-llama3-8b</b></a>. Meta Llama3 is the new open LLM and comes in two sizes: 8b and 70b. Feel free to play with it, or duplicate to run privately!</p>
|
|
|
16 |
<p>🦕 Looking for an even more powerful model? Check out the <a href="https://huggingface.co/chat/"><b>Hugging Chat</b></a> integration for Meta Llama 3 70b</p>
|
17 |
</div>
|
18 |
'''
|
|
|
21 |
<p/>
|
22 |
|
23 |
---
|
24 |
+
Built with Dolphin Meta Llama 3
|
25 |
"""
|
26 |
|
27 |
PLACEHOLDER = """
|
28 |
<div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
|
29 |
<img src="https://ysharma-dummy-chat-app.hf.space/file=/tmp/gradio/8e75e61cc9bab22b7ce3dec85ab0e6db1da5d107/Meta_lockup_positive%20primary_RGB.jpg" style="width: 80%; max-width: 550px; height: auto; opacity: 0.55; ">
|
30 |
+
<h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">Dolphin Meta llama3</h1>
|
31 |
<p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Ask me anything...</p>
|
32 |
</div>
|
33 |
"""
|