Spaces:
Runtime error
Runtime error
import os | |
import gradio as gr | |
api_key = os.get_env("HF_KEY") | |
gr.load("models/meta-llama/Llama-2-7b-chat-hf", api_key=api_key).launch() |