Spaces:
Runtime error
Runtime error
InternLM-Math
commited on
Commit
•
d005038
1
Parent(s):
a1b7944
Update app.py
Browse files
app.py
CHANGED
@@ -73,6 +73,7 @@ with gr.Blocks(css=CSS, theme=THEME) as demo:
|
|
73 |
|
74 |
with gr.Column(elem_id='container'):
|
75 |
gr.Markdown('## Internlm2-math-plus-7b')
|
|
|
76 |
gr.Markdown('[InternLM Math GitHub Page](https://github.com/InternLM/InternLM-Math)')
|
77 |
|
78 |
chatbot = gr.Chatbot(
|
|
|
73 |
|
74 |
with gr.Column(elem_id='container'):
|
75 |
gr.Markdown('## Internlm2-math-plus-7b')
|
76 |
+
gr.Markdown('This is an upgraded version of InternLM2-Math which named InternLM2-Math-Plus. Please check 1.8B/7B/20B/8x22B on our github page.')
|
77 |
gr.Markdown('[InternLM Math GitHub Page](https://github.com/InternLM/InternLM-Math)')
|
78 |
|
79 |
chatbot = gr.Chatbot(
|