Spaces:
Paused
Paused
import gradio as gr | |
import os | |
api_key = os.environ.get('api_key') | |
gr.load("models/meta-llama/Llama-2-7b-chat-hf", api_key=api_key).launch() |