bubuuunel commited on
Commit
b2a41db
1 Parent(s): f2b7335

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ company = gr.Radio()
152
  demo = gr.Interface(
153
  fn=predict,
154
  inputs=[user_input,company],
155
- outputs=model_output,
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