hiwylee's picture
Create app.py
7e116ef verified
raw
history blame contribute delete
160 Bytes
import gradio as gr
import os
os.environ["HF_TOKEN"] = "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"
gr.load("models/hiwylee/Meta-Llama-3-8B-Instruct_ko").launch()