Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,13 +76,13 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
76 |
#gr.HTML(title)
|
77 |
|
78 |
with gr.Row():
|
79 |
-
with gr.Column(scale=
|
80 |
-
gr.Image("
|
81 |
with gr.Column(scale=3):
|
82 |
gr.Markdown("""C4AI Command R is a large language model with open weights optimized for various use cases
|
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/>
|
86 |
**Model**: [c4ai-command-r-v01](https://huggingface.co/CohereForAI/c4ai-command-r-v01)
|
87 |
<br/>
|
88 |
**Developed by**: [Cohere](https://cohere.com/) and [Cohere for AI](https://cohere.com/research)
|
|
|
76 |
#gr.HTML(title)
|
77 |
|
78 |
with gr.Row():
|
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 various use cases
|
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/>
|
88 |
**Developed by**: [Cohere](https://cohere.com/) and [Cohere for AI](https://cohere.com/research)
|