zcaspar's picture
Update app.py
c4fc724 verified
raw
history blame contribute delete
No virus
271 Bytes
import os
import gradio as gr
# Access the API key from environment variables
api_key = os.getenv("HF_API_KEY")
# Configure any necessary settings using the API key, if needed
# Load and launch your model
gr.load("models/meta-llama/Meta-Llama-3-70B-Instruct").launch()