Update app.py
Browse files
app.py
CHANGED
|
@@ -286,8 +286,8 @@ def pipeline_cascade(user_message: str, system_message: str,
|
|
| 286 |
# Gradio App
|
| 287 |
# -------------------------
|
| 288 |
with gr.Blocks(title="Chatbot em Cascata - Llama + FLAN + BART") as demo:
|
| 289 |
-
gr.Markdown("## Chatbot em Cascata\n"
|
| 290 |
-
"Fluxo: **Llama (entrada)** → **FLAN-T5 (reformulação)** → **BART**\n\n"
|
| 291 |
"Disciplina: INTELIGÊNCIA ARTIFICIAL E APRENDIZADO DE MÁQUINA")
|
| 292 |
|
| 293 |
with gr.Row():
|
|
@@ -322,7 +322,7 @@ with gr.Blocks(title="Chatbot em Cascata - Llama + FLAN + BART") as demo:
|
|
| 322 |
|
| 323 |
with gr.Column(scale=1):
|
| 324 |
gr.Markdown("### Inforações do Projeto\n"
|
| 325 |
-
"Painel feito para descrever as configurações e realizar um teste automático")
|
| 326 |
|
| 327 |
model_info_md = f"""
|
| 328 |
**Modelos usados:**
|
|
|
|
| 286 |
# Gradio App
|
| 287 |
# -------------------------
|
| 288 |
with gr.Blocks(title="Chatbot em Cascata - Llama + FLAN + BART") as demo:
|
| 289 |
+
gr.Markdown("## Trabalho Acadêmico FMU - Chatbot em Cascata\n"
|
| 290 |
+
"Fluxo: **Llama (entrada)** → **FLAN-T5 (reformulação)** → **BART(resumo)**\n\n"
|
| 291 |
"Disciplina: INTELIGÊNCIA ARTIFICIAL E APRENDIZADO DE MÁQUINA")
|
| 292 |
|
| 293 |
with gr.Row():
|
|
|
|
| 322 |
|
| 323 |
with gr.Column(scale=1):
|
| 324 |
gr.Markdown("### Inforações do Projeto\n"
|
| 325 |
+
"Painel feito para descrever as configurações e realizar um teste automático:")
|
| 326 |
|
| 327 |
model_info_md = f"""
|
| 328 |
**Modelos usados:**
|