test / app.py
actuallyn's picture
Update app.py
3c69672 verified
raw
history blame contribute delete
143 Bytes
import gradio as gr
from transformers import AutoModel
import torch
model = AutoModel.from_pretrained("SchizoDev/Llama3-8b-CunnyGPT-16bit")