bubuuunel commited on
Commit
bc36e7e
1 Parent(s): 80b7576

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["Text"],
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