Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def gradio_app():
|
|
93 |
gr.Image("rag_image.jpg", elem_id="flor-banner", scale=1, height=256, width=256, show_label=False, show_download_button = False, show_share_button = False)
|
94 |
with gr.Column():
|
95 |
gr.Markdown(
|
96 |
-
"""# TEST de Retrieval-Augmented Generation para proyectos de
|
97 |
馃攳
|
98 |
|
99 |
鈿狅笍 **Advertencias**: Esta es una versi贸n experimental. 馃憖
|
@@ -220,7 +220,7 @@ def gradio_app():
|
|
220 |
with gr.Column(scale=0.5):
|
221 |
gr.Examples(
|
222 |
examples=[
|
223 |
-
["""
|
224 |
],
|
225 |
inputs=input_,
|
226 |
outputs=[output, source_context, context_evaluation],
|
@@ -228,7 +228,7 @@ def gradio_app():
|
|
228 |
)
|
229 |
gr.Examples(
|
230 |
examples=[
|
231 |
-
["""
|
232 |
],
|
233 |
inputs=input_,
|
234 |
outputs=[output, source_context, context_evaluation],
|
@@ -236,7 +236,7 @@ def gradio_app():
|
|
236 |
)
|
237 |
gr.Examples(
|
238 |
examples=[
|
239 |
-
["""
|
240 |
],
|
241 |
inputs=input_,
|
242 |
outputs=[output, source_context, context_evaluation],
|
|
|
93 |
gr.Image("rag_image.jpg", elem_id="flor-banner", scale=1, height=256, width=256, show_label=False, show_download_button = False, show_share_button = False)
|
94 |
with gr.Column():
|
95 |
gr.Markdown(
|
96 |
+
"""# TEST de Retrieval-Augmented Generation para proyectos de LangTech
|
97 |
馃攳
|
98 |
|
99 |
鈿狅笍 **Advertencias**: Esta es una versi贸n experimental. 馃憖
|
|
|
220 |
with gr.Column(scale=0.5):
|
221 |
gr.Examples(
|
222 |
examples=[
|
223 |
+
["""驴Qu茅 descuento tienen los integrantes de familia numerosa de categor铆a especial?"""],
|
224 |
],
|
225 |
inputs=input_,
|
226 |
outputs=[output, source_context, context_evaluation],
|
|
|
228 |
)
|
229 |
gr.Examples(
|
230 |
examples=[
|
231 |
+
["""Quin es el preu del billet per anar al carnaval de Ourense des de Madrid?"""],
|
232 |
],
|
233 |
inputs=input_,
|
234 |
outputs=[output, source_context, context_evaluation],
|
|
|
236 |
)
|
237 |
gr.Examples(
|
238 |
examples=[
|
239 |
+
["""驴Cuales son las CONDICIONES DE VIAJE PARA MENORES?"""],
|
240 |
],
|
241 |
inputs=input_,
|
242 |
outputs=[output, source_context, context_evaluation],
|