bubuuunel commited on
Commit
6b7ab71
1 Parent(s): 510532f

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ 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
159
  )
 
153
  fn=predict,
154
  inputs=[user_input,company],
155
  outputs=model_response,
156
+ title="RAG on 10k-reports",
157
  description="This API allows you to query on annaul reports",
158
  concurrency_limit=16
159
  )