Spaces:
Sleeping
Sleeping
Update app.py (#2)
Browse files- Update app.py (839c210f7129a2746d1fdb8d2debcc5167825735)
Co-authored-by: Sara Hooker <[email protected]>
app.py
CHANGED
@@ -51,14 +51,12 @@ def clear_chat():
|
|
51 |
|
52 |
|
53 |
examples = [
|
54 |
-
"Get a quick overview of current market condition of solar panels",
|
55 |
-
"Gather business intelligence on the Chinese markets",
|
56 |
"Summarize recent news about the North American tech job market",
|
57 |
-
"Give me a rundown of AI startups in the productivity space",
|
58 |
-
"Write a python code to reverse a string",
|
59 |
"Write a children's story about a polar bear who goes to the market to buy a new coat",
|
60 |
"Create a list of unusual excuses people might use to get out of a work meeting",
|
61 |
-
"
|
|
|
|
|
62 |
]
|
63 |
|
64 |
title = """<h1 align="center">Cohere for AI Command R</h1>"""
|
@@ -79,7 +77,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
79 |
with gr.Column(scale=2):
|
80 |
gr.Image("logo.png", elem_id="logo-img", show_label=False)
|
81 |
with gr.Column(scale=3):
|
82 |
-
gr.Markdown("""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/>
|
|
|
51 |
|
52 |
|
53 |
examples = [
|
|
|
|
|
54 |
"Summarize recent news about the North American tech job market",
|
|
|
|
|
55 |
"Write a children's story about a polar bear who goes to the market to buy a new coat",
|
56 |
"Create a list of unusual excuses people might use to get out of a work meeting",
|
57 |
+
"Write a python code to reverse a string",
|
58 |
+
"Explain the relativity theory in French",
|
59 |
+
"Como sair de um helicóptero que caiu na água?"
|
60 |
]
|
61 |
|
62 |
title = """<h1 align="center">Cohere for AI Command R</h1>"""
|
|
|
77 |
with gr.Column(scale=2):
|
78 |
gr.Image("logo.png", elem_id="logo-img", show_label=False)
|
79 |
with gr.Column(scale=3):
|
80 |
+
gr.Markdown("""C4AI Command R is a large language model with open weights optimized for various use cases
|
81 |
including reasoning, summarization, and question answering. Command R is capable of multilingual generation
|
82 |
evaluated in 10 languages and highly performant RAG capabilities.
|
83 |
<br/>
|