bubuuunel commited on
Commit
727c780
1 Parent(s): 2199974

Upload app.py

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