Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def format_prompt(message, history, system_prompt):
|
|
18 |
def generate(
|
19 |
prompt,
|
20 |
history,
|
21 |
-
system_prompt= "
|
22 |
temperature=0.9,
|
23 |
max_new_tokens=4096,
|
24 |
top_p=0.95,
|
@@ -55,7 +55,7 @@ def generate(
|
|
55 |
gr.ChatInterface(
|
56 |
fn=generate,
|
57 |
chatbot=gr.Chatbot(
|
58 |
-
avatar_images=["./
|
59 |
bubble_full_width=False,
|
60 |
show_label=False,
|
61 |
show_share_button=False,
|
@@ -64,9 +64,9 @@ gr.ChatInterface(
|
|
64 |
layout="panel",
|
65 |
height=500,
|
66 |
),
|
67 |
-
textbox=gr.Textbox(placeholder="¿Qué
|
68 |
theme="soft",
|
69 |
-
title="Mixtral 8B. TFG:
|
70 |
description='Autor: <a href=\"https://huggingface.co/Antonio49\">Antonio Fernández</a> de <a href=\"https://www.canaldeisabelsegunda.es/\">Canal de Isabel II</a>. Formación: <a href=\"https://www.uoc.edu/es/\">Grado Ingeniería Informática</a>. Aplicación desarrollada para TFG',
|
71 |
retry_btn="Repetir",
|
72 |
undo_btn="Deshacer",
|
|
|
18 |
def generate(
|
19 |
prompt,
|
20 |
history,
|
21 |
+
system_prompt= "Experto en servicios de abastecimiento, depuración, reutilización, alcantarillado y calidad del agua, para la empresa Canal de Isabel II. Asistente que ofrece información: obras hidráulicas, cumplimiento de sanidad y seguridad de las instalaciones del Canal de Isabel II",
|
22 |
temperature=0.9,
|
23 |
max_new_tokens=4096,
|
24 |
top_p=0.95,
|
|
|
55 |
gr.ChatInterface(
|
56 |
fn=generate,
|
57 |
chatbot=gr.Chatbot(
|
58 |
+
avatar_images=["./botm.png", "./logoCanal.png"],
|
59 |
bubble_full_width=False,
|
60 |
show_label=False,
|
61 |
show_share_button=False,
|
|
|
64 |
layout="panel",
|
65 |
height=500,
|
66 |
),
|
67 |
+
textbox=gr.Textbox(placeholder="¿Qué es una tubería de polietiteno?", container=False, scale=7),
|
68 |
theme="soft",
|
69 |
+
title="Mixtral 8B. TFG: Experto en sector del agua del Canal de Isabel ll",
|
70 |
description='Autor: <a href=\"https://huggingface.co/Antonio49\">Antonio Fernández</a> de <a href=\"https://www.canaldeisabelsegunda.es/\">Canal de Isabel II</a>. Formación: <a href=\"https://www.uoc.edu/es/\">Grado Ingeniería Informática</a>. Aplicación desarrollada para TFG',
|
71 |
retry_btn="Repetir",
|
72 |
undo_btn="Deshacer",
|