llama_easy_test / app.py
BulatF's picture
Update app.py
c3b28dc
raw
history blame contribute delete
140 Bytes
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()