bubuuunel commited on
Commit
1aa597f
1 Parent(s): 93ff6cf

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ model_output = gr.Text (label = 'Response')
159
  # For the inputs parameter of Interface provide [textbox,company]
160
 
161
  demo = gr.Interface(
162
- fn=predict_output,
163
  inputs=[user_input,company],
164
  outputs=prediction,
165
  title="RAG on 10k-reports",
 
159
  # For the inputs parameter of Interface provide [textbox,company]
160
 
161
  demo = gr.Interface(
162
+ fn=predict,
163
  inputs=[user_input,company],
164
  outputs=prediction,
165
  title="RAG on 10k-reports",