Commit
·
ed306c3
1
Parent(s):
3b2d0a1
Update app.py with new CodeLLAMA 34B demo description
Browse files
app.py
CHANGED
@@ -68,8 +68,7 @@ def chat(history, system_message, max_tokens, temperature, top_p, top_k, repetit
|
|
68 |
with gr.Blocks() as demo:
|
69 |
with gr.Row():
|
70 |
with gr.Column():
|
71 |
-
|
72 |
-
description="""
|
73 |
<div style="text-align: center; font-size: 1.5em; margin-bottom: 20px;">
|
74 |
<strong>Explore the Capabilities of CodeLLAMA 34B</strong>
|
75 |
</div>
|
|
|
68 |
with gr.Blocks() as demo:
|
69 |
with gr.Row():
|
70 |
with gr.Column():
|
71 |
+
description = """
|
|
|
72 |
<div style="text-align: center; font-size: 1.5em; margin-bottom: 20px;">
|
73 |
<strong>Explore the Capabilities of CodeLLAMA 34B</strong>
|
74 |
</div>
|