Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -369,8 +369,7 @@ iface = gr.Interface(
|
|
369 |
gr.Textbox(lines=5, label="User Query"),
|
370 |
gr.Dropdown(["Detailed", "Concise", "Creative", "Technical"], label="Retreival Style"),
|
371 |
],
|
372 |
-
gr.
|
373 |
-
outputs=gr.Textbox(label="RAG Response"),
|
374 |
title="Chance RAG",
|
375 |
)
|
376 |
|
|
|
369 |
gr.Textbox(lines=5, label="User Query"),
|
370 |
gr.Dropdown(["Detailed", "Concise", "Creative", "Technical"], label="Retreival Style"),
|
371 |
],
|
372 |
+
outputs=gr.Textbox(label="ChanceRAG Response"),
|
|
|
373 |
title="Chance RAG",
|
374 |
)
|
375 |
|