Commit
·
ef65eaa
1
Parent(s):
c3402a8
Updated app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,10 @@ with gr.Blocks(title="Arch Router Simulation: Smart Department Dispatcher", them
|
|
163 |
gr.Markdown(
|
164 |
"""
|
165 |
## 🧭 Arch Router Simulation: Smart Department Dispatcher
|
166 |
-
**This is a demo simulation of <a href="https://huggingface.co/katanemo/Arch-Router-1.5B" target="_blank">katanemo/Arch-Router-1.5B</a
|
|
|
|
|
|
|
167 |
"""
|
168 |
)
|
169 |
|
|
|
163 |
gr.Markdown(
|
164 |
"""
|
165 |
## 🧭 Arch Router Simulation: Smart Department Dispatcher
|
166 |
+
**This is a demo simulation of <a href="https://huggingface.co/katanemo/Arch-Router-1.5B" target="_blank">katanemo/Arch-Router-1.5B</a>.**
|
167 |
+
**Kindly refer official documentation for more details**
|
168 |
+
|
169 |
+
* See how Arch Router identifies the best route **(or Domain – the high-level category)** based on user prompt and take desired **Action (specific type of operation user wants to perform) by forwarding it to respective department. **
|
170 |
"""
|
171 |
)
|
172 |
|