# import gradio as gr # gr.load("models/Qwen/QwQ-32B-Preview").launch() import gradio as gr # Use your Hugging Face token api_key = "first_llm" # Pass the API key to authenticate interface = gr.load("models/Qwen/QwQ-32B-Preview", api_key=api_key) interface.launch()