Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,8 @@ def solve_problem(problem, max_iterations, reward_threshold, swift_model_id, sag
|
|
92 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
93 |
# gr.Markdown("## SwiftSage: A Multi-Agent Framework for Reasoning")
|
94 |
# use the html and center the title
|
95 |
-
gr.HTML("<h1 style='text-align: center;'>SwiftSage: A General Reasoning Framework with Fast and Slow Thinking</h1>
|
|
|
96 |
|
97 |
with gr.Row():
|
98 |
swift_model_id = gr.Textbox(label="😄 Swift Model ID", value=SWIFT_MODEL_ID)
|
|
|
92 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
93 |
# gr.Markdown("## SwiftSage: A Multi-Agent Framework for Reasoning")
|
94 |
# use the html and center the title
|
95 |
+
gr.HTML("<h1 style='text-align: center;'>SwiftSage: A General Reasoning Framework with Fast and Slow Thinking </h1> ")
|
96 |
+
gr.HTML("<span>SwiftSage is a multi-agent reasoning framework that combines the strengths of different models for solving complex problems. It uses a Swift model for fast thinking, a Sage model for slow thinking, and a Feedback model for providing feedback and reward. More info is on our Github: <a style='color: gray' href='https://github.com/SwiftSage/SwiftSage'> https://github.com/SwiftSage/SwiftSage </a>. Contact: <a href='https://yuchenlin.xyz/'>Bill Yuchen Lin</a> </span>")
|
97 |
|
98 |
with gr.Row():
|
99 |
swift_model_id = gr.Textbox(label="😄 Swift Model ID", value=SWIFT_MODEL_ID)
|