Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
80 |
with gr.Column(scale=1):
|
81 |
gr.Image("logo2.png", elem_id="logo-img", show_label=False, show_share_button=False, show_download_button=False)
|
82 |
with gr.Column(scale=3):
|
83 |
-
gr.Markdown("""C4AI Command
|
84 |
<br/><br/>
|
85 |
**Model**: [c4ai-command-r-v01](https://huggingface.co/CohereForAI/c4ai-command-r-v01)
|
86 |
<br/>
|
|
|
80 |
with gr.Column(scale=1):
|
81 |
gr.Image("logo2.png", elem_id="logo-img", show_label=False, show_share_button=False, show_download_button=False)
|
82 |
with gr.Column(scale=3):
|
83 |
+
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.
|
84 |
<br/><br/>
|
85 |
**Model**: [c4ai-command-r-v01](https://huggingface.co/CohereForAI/c4ai-command-r-v01)
|
86 |
<br/>
|