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