import os import gradio as gr token = os.environ["HF_TOKEN"] app = gr.load("bbfizp/LBRCS", src="spaces", token=token) app.launch(share=True)