Upload app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ company = gr.Radio()
|
|
152 |
demo = gr.Interface(
|
153 |
fn=predict,
|
154 |
inputs=[user_input,company],
|
155 |
-
outputs=
|
156 |
title="Systen output",
|
157 |
description="This API allows you to query on annaul reports",
|
158 |
concurrency_limit=16
|
|
|
152 |
demo = gr.Interface(
|
153 |
fn=predict,
|
154 |
inputs=[user_input,company],
|
155 |
+
outputs=model_response,
|
156 |
title="Systen output",
|
157 |
description="This API allows you to query on annaul reports",
|
158 |
concurrency_limit=16
|