import os import gradio as gr read_key = os.environ.get('hf_space_api_key', None) app = gr.load("Wassim/deutsches-gesetz-chatbot", hf_token=read_key, src="spaces") # Launch the app app.launch()