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