Ankur Goyal commited on
Commit
2b1c83d
1 Parent(s): 177edb5

Remove debug flag

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,4 +209,4 @@ with gr.Blocks() as demo:
209
  gr.Markdown("[Github Repo](https://github.com/impira/docquery)")
210
 
211
  if __name__ == "__main__":
212
- demo.launch(debug=True)
209
  gr.Markdown("[Github Repo](https://github.com/impira/docquery)")
210
 
211
  if __name__ == "__main__":
212
+ demo.launch()