Orion-zhen
commited on
Commit
β’
88a5713
1
Parent(s):
fa23349
Update app.py
Browse files
app.py
CHANGED
@@ -60,9 +60,9 @@ top_p = gr.Slider(minimum=0.0, maximum=1.0, value=0.95, step=0.05, label="Top P"
|
|
60 |
input_text = gr.Textbox(label="Ask math questions here", render=False)
|
61 |
submit_btn = gr.Button(value="Ask", render=False)
|
62 |
banner = gr.Markdown(value="""
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
)
|
67 |
|
68 |
|
|
|
60 |
input_text = gr.Textbox(label="Ask math questions here", render=False)
|
61 |
submit_btn = gr.Button(value="Ask", render=False)
|
62 |
banner = gr.Markdown(value="""
|
63 |
+
# π Qwen2.5-Math GGUF
|
64 |
+
This WebUI is based on Qwen2.5-Math-7B-Instruct-GGUF for mathematical reasoning. You can input texts of mathematical or arithmetic problems.
|
65 |
+
"""
|
66 |
)
|
67 |
|
68 |
|