File size: 160 Bytes
7e116ef | 1 2 3 4 5 6 7 | 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()
|
7e116ef | 1 2 3 4 5 6 7 | 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()
|