Commit
·
d2ed8d0
1
Parent(s):
ef65eaa
Updated app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ with gr.Blocks(title="Arch Router Simulation: Smart Department Dispatcher", them
|
|
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 |
|
|
|
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 |
|