import os import gradio as gr api_key = os.getenv("HF_KEY") gr.load("models/meta-llama/Llama-2-7b-chat-hf", api_key=api_key).launch()