wilsonbritten's picture
Update app.py
e3ce63f
raw
history blame
No virus
130 Bytes
import gradio as gr
import os
gr.load("models/meta-llama/Llama-2-7b-chat-hf", hf_token=os.getenv("HUGGINGFACE_API_KEY")).launch()