pelinbalci's picture
api key
632dffb
raw
history blame
No virus
135 Bytes
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()