samarthagarwal23 commited on
Commit
1a235c1
1 Parent(s): bbce466

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,4 +125,4 @@ iface = gr.Interface(
125
  title = "Question Answering on annual reports",
126
  description = "Navigate long annual reports by using Machine learning to answer your questions. \nSimply upload any annual report pdf you are interested in and ask model a question OR load an example from below."
127
  )
128
- iface.launch()
 
125
  title = "Question Answering on annual reports",
126
  description = "Navigate long annual reports by using Machine learning to answer your questions. \nSimply upload any annual report pdf you are interested in and ask model a question OR load an example from below."
127
  )
128
+ iface.launch(enable_queue = True)