Upload app.py
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ model_output = gr.Text (label = 'Response')
|
|
160 |
|
161 |
demo = gr.Interface(
|
162 |
fn=predict,
|
163 |
-
inputs=[user_input,
|
164 |
outputs=prediction,
|
165 |
title="RAG on 10k-reports",
|
166 |
description="This API allows you to query on annaul reports",
|
|
|
160 |
|
161 |
demo = gr.Interface(
|
162 |
fn=predict,
|
163 |
+
inputs=[user_input,company_input],
|
164 |
outputs=prediction,
|
165 |
title="RAG on 10k-reports",
|
166 |
description="This API allows you to query on annaul reports",
|