Spaces:
Runtime error
Runtime error
import gradio as gr | |
from huggingface_hub import login | |
import gradio_client as grc | |
token = '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' | |
login(token=token) | |
gr.Interface.load("models/TinyPixel/Llama-2-7B-bf16-sharded").launch() | |
# gr.Interface.load("models/abnerzhang/Llama-2-7B-bf16-sharded").launch() | |
# grc.Client("ysharma/Explore_llamav2_with_TGI").deploy_discord(to_id="llama2-70b-discord-bot") | |