bubuuunel commited on
Commit
9237c0a
1 Parent(s): 1aa597f

Upload app.py

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