from gradio_app import createUI, load_documents if __name__ == "__main__": grad_app = createUI() grad_app.launch(pwa=True, share=False)