Update app.py
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ def create_interface():
|
|
| 147 |
iface = gr.Interface(
|
| 148 |
fn=fn,
|
| 149 |
inputs=[input_text, rag_checkbox, prompt_template],
|
| 150 |
-
outputs=[
|
| 151 |
examples=examples,
|
| 152 |
allow_flagging="manual",
|
| 153 |
flagging_options=["π", "π"],
|
|
|
|
| 147 |
iface = gr.Interface(
|
| 148 |
fn=fn,
|
| 149 |
inputs=[input_text, rag_checkbox, prompt_template],
|
| 150 |
+
outputs=["html", classification_types_checkboxes],
|
| 151 |
examples=examples,
|
| 152 |
allow_flagging="manual",
|
| 153 |
flagging_options=["π", "π"],
|