Spaces:
Sleeping
Sleeping
Update app.py (#5)
Browse files- Update app.py (39878040685e1fb98d61fe9091d10e2a6b77ce97)
Co-authored-by: Sara Hooker <[email protected]>
app.py
CHANGED
@@ -79,9 +79,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
79 |
with gr.Column(scale=1):
|
80 |
gr.Image("logo2.png", elem_id="logo-img", show_label=False, show_share_button=False, show_download_button=False)
|
81 |
with gr.Column(scale=3):
|
82 |
-
gr.Markdown("""C4AI Command R is a large language model with open weights optimized for
|
83 |
-
including reasoning, summarization, and question answering. Command R is capable of multilingual generation
|
84 |
-
evaluated in 10 languages and highly performant RAG capabilities.
|
85 |
<br/><br/>
|
86 |
**Model**: [c4ai-command-r-v01](https://huggingface.co/CohereForAI/c4ai-command-r-v01)
|
87 |
<br/>
|
|
|
79 |
with gr.Column(scale=1):
|
80 |
gr.Image("logo2.png", elem_id="logo-img", show_label=False, show_share_button=False, show_download_button=False)
|
81 |
with gr.Column(scale=3):
|
82 |
+
gr.Markdown("""C4AI Command-R is a research release of a 35 billion parameter highly performant generative model. C4AI Command-R is a large language model with open weights optimized for a variety of use cases including reasoning, summarization, and question answering. Command-R has the capability for multilingual generation evaluated in 10 languages and highly performant RAG and tool use capabilities.
|
|
|
|
|
83 |
<br/><br/>
|
84 |
**Model**: [c4ai-command-r-v01](https://huggingface.co/CohereForAI/c4ai-command-r-v01)
|
85 |
<br/>
|