Upload app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ model_output = gr.Textbox (label = 'Response')
|
|
154 |
|
155 |
demo = gr.Interface(
|
156 |
fn=predict,
|
157 |
-
inputs=[user_input,
|
158 |
outputs=model_output,
|
159 |
title="RAG on 10k-reports",
|
160 |
description="This API allows you to query on annaul reports",
|
|
|
154 |
|
155 |
demo = gr.Interface(
|
156 |
fn=predict,
|
157 |
+
inputs=[user_input,company_input],
|
158 |
outputs=model_output,
|
159 |
title="RAG on 10k-reports",
|
160 |
description="This API allows you to query on annaul reports",
|