File size: 140 Bytes
802c076
c3b28dc
f099b64
 
353438e
1
2
3
4
5
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()